Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
615
Resize issue
posted

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?

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    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.

Children
No Data