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
1170
Is it possible to have 3-levels in UltraExplorerBar Outlook view
posted

I have a situation where I would like to use the UltraExplorerBar Outlook view, but would like to handle three layers. In particular, Accounting would be the top-level group followed by GL/AR/AP subgroup items, each with groups within them. I picture these GroupItem types being displayed as a tree when the top-lvel group is selected.

Example:

Accounting
   GL
      JV Entry
      GL Interface
      Reports
   AR
      Bank Recon
      Reports
   AP
      Dispersements
      Reports

In this case, Accounting would be the top level box and, if selected, the GL/AR/AP tree would display as "items".

Is this possible?

Parents
No Data
Reply
  • 69832
    Offline posted

    You could set the UltraExplorerBarGroup.Settings.Style property to ControlContainer, add an UltraTree to the container control, and add nodes to the tree for each item you want to present.

Children