Forum Discussion

Federmann's avatar
Federmann
New Contributor III
2 years ago

Change Default Length of Comboboxes

The default length of visible line items for comboboxes seems to be eight. Is it possible to change this to larger numbers? Often there is more space on the screen and this would help avoid unnecessary scrolling.

Thanks!

(example from GolfStream App)

 

 

  • You will have to file that in the IdeaStream. Agree that there needs to be a control to show how many items to show before the scroll gets enabled. 

  • LeeB's avatar
    LeeB
    Contributor II

    You can apply formatting to Combo Boxes using the Display Format property.  Here you can specify a Width, or use a parameter to store mutliple formatting preferences including what you'd like to the default Width to be.  

     

     

    • Federmann's avatar
      Federmann
      New Contributor III

      I don't think, that setting has any influence on the number of items shown when you open the dropdown list. Width and height here only refer to the initial appearance of the unopened box.