cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Input Control Sizing

NPH
Participant
0 Likes
1,481

Hi,

I am working in application designer and have encountered a problem when it comes to resizing my input controls.

The standard height is 32 pixels and with this, the input control acts as a button and when it is clicked, the list of dimension members drop down. This is what I want.

However, I would like the input control to be bigger. When I do this though, it changes from a button to actually having the content displayed with a scroll bar to move down the list.

Is there a way to keep it as a button?

Thank you.

View Entire Topic
Sowmiya_C
Active Participant

Hi nathan.heath,

Try to resize the input control at run time, you can achieve this by scripting on initialization.

Thanks,

NPH
Participant
0 Likes

Thank you for the suggestion Sowmiya,

I tried this by setting the height, setting the bottom and still get the same result.

It has been suggested that I populate a dropdown through script and base the filter off the user's selection. As I can change the font size of this to increase the size of the dropdown.

It just seems like a complicated solution to a simple problem and then there is the fact that it is not the optimal scenario.