Sizing Ultra Combo Customized List

Vantage 8.03.410

I have created a drop-down window using an Ultra Combo box. When I click the drop-down arrow, the list opens to the same size as the UC box itself. My problem is that there are items in the list that are larger than the UC box. Is there a way to make the list view larger without resizing the entire UC box? I don’t have the physical landscape to make the UC box bigger.

Jeff

In the properties for the dropdown, set AutoWidthOption = Manual and Col1ManualWidth = (number of pixels wide). You can also try AutoWidthOption = Auto but that sometimes fills the screen instead of expanding to the longest item. Both cases require AutoWidth = True.

Thank you so much. That got me to where I wanted to be.