开发者

DevExpress ASPxDropDownEdit with scrollable DropDownWindowTemplate [closed]

开发者 https://www.devze.com 2023-02-05 07:52 出处:网络
Closed. This question needs debugging details. It is not currently accepting answers. 开发者_开发技巧Edit the question to include desired behavior, a specific problem or error, and the sho
Closed. This question needs debugging details. It is not currently accepting answers.
开发者_开发技巧

Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.

Closed 8 years ago.

Improve this question

I have made use of the DevExpress ASPxDropDownEdit and DropDownWindowTemplate.

I have copied the example from the DevExpress demo site to setup my page - link to demo

Now the problem I'm having is when the Drop Down gets too many values, it extended outside of the page and i cannot select values lower down in the drop down box.

Am I able to place a scroll bar in the DropDownWindowTemplate so I can fix the height?

I have tried setting the Height of the Grid within my DropDownWindowTemplate as well as setting the DropDownWindowHeight on the ASPxDropDownEdit.


Include the Div element into the DropDownWindowTemplate and set its style.height property to some value. If you set the div's style.overflow attribute to Auto, this Div element will show scrollbars when it is necessary. Finally, you will have to include the required content to this DIV.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号