I am using an UltraWinListView as a dropdown button control in an UltraWinGrid cell. The view style is set to List.
I am using this control to alternately display single selections and multiple check box selections depending on other values in the row. The functional part is fine but I'd like to be able to resize the control depending on how many items are in the given list. Is there some recommended way of doing this or will I have to come up with a custom resizing solution based on string length and item count?
UltraListView does not expose any public members that are designed to solve this problem. All items are drawn at the same height, but that height is not exposed anywhere except in internal metrics classes.