See attached image. UltraExplorerBar doesn't seem to support a large number of groups when in ListBar mode. Scrollbars should appear and groups should still expand when clicked.
Hello,
I am just checking about the progress of this issue. Let me know if you need my further assistance on this issue.
Thank you for using Infragistics Components.
Sincerely,
Hello Michael,
Have you tried to change the style of UltraExplorerBar to OutlookNavigationPane and to evaluate this suggestion?
I have recommended you to use the UltraExplorerBar in OutlookNavigationPane mode as in this mode it is very close to the Listbar mode from the user experience point of view. In OutlookNavigationPane mode you have the active group always at the top of the explorer bar, as you have it in Listbar mode, and if you have too much groups in your UltraExplorerBar OutlookNavigationPane mode will display them as state buttons beneath the group header area.
Please let me know if you need any additional information.
Thank you for the answer. Can you tell me why you recommend OutlookNavigationPane mode vs. ListBar mode?
Currently UltraExplorerBar does not support scrollbars when it is in Listbar or Toolbox mode. Instead you can add a panel control to your project and put UltrExplorerBar inside the panel. To have vertical scrollbar first you need to set AutoScroll property of the panel to true. Then you need to set the height of the UltraExplorerBar. Also I recommend you to consider to use UltraExplorerBar in OutlookNavigationPane mode.
Please find attached an example with UltraExplorerBar set with Listbar style put in panel control. Please let me know if this is what you are looking for or if I am missing something.
Please let me know if you have any further questions.