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.
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.
Thank you for your reply, I tried VistalStudio2005ToolBox, and nearly meets the demand, but the UI is still different from ListBar. Isn't there a way to change scroll button to scroll bar? such as overridesome function?
Thank you for your reply.
I will choose VisualStudio2005 to display items.
Sincerely,
Jim
You could add a scrollbar via some complex CreationFilter, but this will not be a trivial task. As I wrote you this is by design and there is no build in way to show a scrollbar for ListBar style. The scroll buttons for this style are actually UIElements as are the most of visual elements in Infragistics controls for Windows Forms. You can manipulate these elements via filters. Still, adding scrollbar will need a lot of coding.
Additionally you can send this as a new feature idea by emailing ideas@infragistics.com. Submitting your idea will send it directly to our product management team so that it can be imported into our new ideas community once live: http://ideas.infragistics.com.
Please let me know if you need any further assistance on this matter.