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
180
ActiveGroup cannot be set - specified Group cannot be activated! (Group may be disabled or its header may not be visible)
posted

In the ultraexplorerbar you have several groups, when those groups take more space than available they will fill a bar at the bottom and then they will fill a list as you can see in the image.

this is where the issue occurs

The problem I have is that the groups in the list can not be activated. I get the error: "ActiveGroup cannot be set - specified Group cannot be activated! (Group may be disabled or its header may not be visible)"

Even when the code is:

 ultraExplorerBar1.Enabled = true;
                ultraExplorerBar1.GroupSettings.HeaderVisible = Infragistics.Win.DefaultableBoolean.True;
                ultraExplorerBar1.ActiveGroup = group;

The code works fine for the other groups that are not in the extra list.