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
75
Activate/Select Groups/Items at runtime
posted

I want the user to be able to navigate the explorer bar using a menu but I can't set the Selected or Active item at runtime. I get a runtime error saying that the property can't be set and that I can only set non-activating poperties.

How do I expand a group and select an item at runtime?

  • 75
    posted

    ultraExplorerBar1.Groups[1].Items[0].EnsureItemInView(true);

     this is good enough but it would be nice to be able to set Active and fire ActiveItemChanged event