Hello there,
we have the interesting effect, that expanding a dropdown at the bottom of a page expands the page.
Is it possible to let the dropdown show the list at the drop and not at bottom?
Thanks for your response
Matthias
Hello Vasya,
thanks for your reply.
Not quite what I'd like to make work:The orientation per default is ok, but when you open a DropDown at the end of the page, the page expands or I even have to scroll the page to see the whole dropdown.
So I'd like something like:if pageEnd TopLeft
else Normal...
Is this more clear? Can I upload pictures otherwise?
Hello ARGUSnet_00,
I investigated your scenario and what I can suggest for achieveing your requirement is to set the WebDropDown`s DropDownOrientation property to TopLeft. For axample:
<ig:WebDropDown ID="WebDropDown1" runat="server" Width="200px" DropDownOrientation="TopLeft">
This property is used to set the orientation of the dropdown container relative to the input box and the button. The default value for this property is BottomLeft.
I hope this helps you to resolve you isse. Please feel free to contact me if you have any additional questions regarding this matter.
Hallo Vasya,
thanks for your feedback.
I'm looking forward to hearing from you.
Hello ARGUSnet_00
Thank you for posting in the community.
We recieved your support request concerning WebDropDown. I am currently looking into this matter for you and I will get back to you soon with more information or questions for you.