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
560
UltraFormattedLinkLabel is wrongly displaying a horizontal scrollbar when WordWrap is turned on.
posted

We display variable length text in an UltraFormattedLinkLabel.  Each line is terminated with a new line.  We have word wrapped turned on so the lines are wrapping, but sometimes we also get a horizontal scroll bar which we don't want.  We do want a vertical scrollbar when the text does not fit into the bounds of the label so we do have the ScrollBarDisplayStyle = Infragistics.Win.UltraWinScrollBar.ScrollBarDisplayStyle.Automatic.

The question is, how do we get the vertical scroll bar when it is needed without ever getting a horizontal scrollbar?

Thanks,

Andy

Parents Reply Children