Hi Josh Anderson,
Thank you very much about the valuable feedback about
RadPanelBar. Is it possible to send me the sample project which is reproducing the behavior you describe. It will help me test and debug the exact case scenario. What panel bar style are you using?
The code you've sent:
radPanelBarGroupElement3.Expanded = false;
Application.DoEvents();
radPanelBarGroupElement3.Expanded = true;
seems odd to me, too. Especially the call to
DoEvents.
Changing the
Expanded property collapses or shows the elements of the
RadPanelBarGroupElement, so this is a layout property which forces a layout to be performed. In this case a layout of the
ContentPanel is performed which is may be the reason everything works fine after those calls.
I'm looking forward to your reply.
All the best,
Boyko Markov
the Telerik team