robert fuschetto Posted March 3, 2021 Posted March 3, 2021 For real estate purpose we converted a list box to a dropdown list. It works fine but is there a way to control the height of the box that opens when the user clicks the down arrow to make a selection
Warren Hinchliffe Posted March 4, 2021 Posted March 4, 2021 I think it very much depends on the Dropdown. Is it a standard Browser dropdown or one from say Designer A screenshot would help
robert fuschetto Posted March 5, 2021 Author Posted March 5, 2021 Here is the selection area: Can I make the dropdown for Subdivision longer when the user clicks the drop down arrow
Alban Hertroys Posted March 9, 2021 Posted March 9, 2021 Since this is a custom widget by IBI, it probably decides the height using a CSS stylesheet. You could probably override the height that they defined, if you can find out which style property on which CSS class defines it (using the developer tools in your web-browser). If you then include your own CSS file as well, you can override the precise combination of #subdivisionId.ibiCssClass { height: 9000px !important; } (substitute with your findings).
robert fuschetto Posted March 9, 2021 Author Posted March 9, 2021 Disappointing it is not one of those dozens of properties that can be set on the properties menu. I have not done anything with CSSperhaps I can find rime to learn.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now