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
875
Autosize UltraLabel height
posted

If I set AutoSize = true on an UltraLabel, its height becomes fixed and its width expands/collapses to accommodate its text.

What I can't figure out is how to fix its width and have the UltraLabel autosize its height to accommodate the height of the wrapped text.

We're migrating from a set of custom controls where we had FixedWidthVariableHeight and FixedHeightVariableWidth layout options. I really need to find a way of achieving FixedWidthVariableHeight.

Please don't tell me I have to roll this myself and measure text. :)

Thanks for your help!
Jim Honeycutt