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
100
UltraExplorerBar Style:ListBar doesn't scroll vertically
posted

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.

Parents
  • 21795
    Verified Answer
    Offline posted

    Hello Michael,

     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.


    CAS-141198-G5S8Y0.zip
Reply Children