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
1650
Any way to combine ultraexplorerbaritems and custom control?
posted

Is it possible for a group to contain both UltraExplorerbarItems and a custom control?

 

I am dynamically creating my groups and items from data in the DB. I also have a custom user control that controls the styling of the explorerbar. I need to be able to create a group that supports the combination of UltraExplorerbarItems and my custom user control.

Parents
No Data
Reply
  • 69832
    Offline posted

    No, it does not support both items and control containers. Note that you could use an UltraListView for the items, then extend your UserControl to include that control.

Children
No Data