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 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.
Hallo Vasya,
thanks for your feedback.
I'm looking forward to hearing from you.
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.
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 assume that your scenario is to open the DropDownContainer of WebDropDown depending on the position of the control on the page - if it is on the bottom of the page to open it above the input field and if it is not on the bottom of the page to open it under the input field.
In this scenario what I can suggest is to use the DropDownOrientation property of WebDropDown. In order to achieve your requiremnet what I can recommend is to set the property`s value to Default. For example:
<ig:WebDropDown ID="WebDropDown1" runat="server" Width="200px" DropDownOrientation="Default">
This will ensure that DropDownContrainer will be shown regarding the position of the WebDropDown on the page.
I hope you find this information helpful.
Please feel free to contact me if you have any additional questions regarding this matter.
Please do not hesitate to contact me if you need any further assistance with this matter.
thanks for your answer. I'll reopen the case if I need further informations.