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?
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