Hi
We have Two UltraWinExplorerBar in our form.We have set Groups based on desired condition for these
two UltraWinExplorerBars.We have not set ActiveGroup Propeerty for Any of the UltraWinExplorerBars.
When we Double Click continuosly(5-6)Times on UltraWinExplorerBar Header,It gives Error like
"ActiveGroup cannot be set - specified Group cannot be activated! (Group may be disabled or its header may not be visible)
We have Used Selectedgroup Property of ExplorerBars to set Appropriate group.
So what is solution for This.
I guessing that animation is enabled, and there is a timing issue whereby a group that is not the SelectedGroup is being activated by clicking with the mouse. That would be a bug if this is the case, so you might want to report it as such.
I am getting this similar exception for Winforms 10.1 . Is there a workaround to fix this issue ?