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
3455
Horrizontal scroll bar for UltraListViewStyle.List
posted

Hi,

When I set View property to UltraListViewStyle.List the horrizontal scroll bar is not showing only verticall scroll bar is displayed even if the width of text is larger than the Winlistview width.

Is there any property must be set for displaying the scroll bar?

Regards,

Ceaser

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    Assuming you set UltraListView.ViewSettingsList.MultiColumn to false, there will not be a horizontal scrollbar. The control does not support pixel-level horizontal scrolling, so when the control's width is smaller than the item text, the text will be clipped.

Children