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
115
How to set Scrollbar in Listbar of infragistic UltraExplorerBar?
posted
I'm using UltraExplorerBar to develop and choose ListBar to display items. 
When there are too many items to display, ListBar will use up-and-down buttons to scroll.
I tried to use ScrollBar to replace up-and-down buttons but there is no properties to set.

I Wonder is there any property to implement it that i didn't find or can i implement it programmatically?


Thank you.
Parents
  • 21795
    Offline posted

    Hello Jim,

    UltraExplorerBar by design uses scrollbars when Style is set to either Visual Studio 2005 or to Explorer Bar. For all other styles it uses scroll buttons.

    If you need scroll bars I can suggest you to use Visual Studio 2005 or Explorer Bar style for your UltraExplorerBar. Note you can also set the ScrollBars property to Always if you need to show the scrollbars all the time, in supported styles.

    Please let me know if you have any additional questions on this matter.

Reply Children