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
295
Getting UltraLabel to act like the regular Label
posted

 Is there anyway to get the UltraLabel to act like the regular WinForms Label with respect to autosizing? The scenario is a label inside a flow panel set to vertical. The windows label when set to autosize will expand to fill the width, and then wrap the text. The ultralabel will simply expand the width to go beyond the flow panel and not wrap. I've tried inheriting from UltraLabel and setting the protected property AutoSizeHeightOnly to true, but to no avail. 


Thanks,

Jason