CommandBar hidden by user.

I am trying to detect when the user has explicitly hidden a command bar. How can I do this?


3 Replies

TL Truman Lackey December 18, 2009 10:35 PM UTC

I have tried using the CommandBar.VisbleChanged event but this gets triggered when the form is closed that the bar is attached to and this is not the behavior that I want. Plus in the VisibleChanged event handler the CommandBar.Visible property is always set to true.


TL Truman Lackey December 18, 2009 10:57 PM UTC

I found the mainFramBarManager.UserChangedBarVisiblity event and have it working to get the visibility change.



GS Githanjali S Syncfusion Team December 21, 2009 12:41 PM UTC

We are glad it is working fine.
Thank you for your interest in Syncfusion products.

Loader.
Up arrow icon