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
60
Collapsing WinExplorerBar
posted

In the following link there is a discussion on the ability to collapse the WinExplorerBar but no info on how to do it. I am unable to find a property for this and running the samples does not show this feature either.

I have an application where I would like to have a collapsible WinExplorerBar pane collapsible so the data entry pane can have more real estate. Is there any examples on how to do this?

Parents
No Data
Reply
  • 69832
    Offline posted

    this.ultraExplorerBar1.NavigationPaneExpansionMode = NavigationPaneExpansionMode.OnButtonClickOrSizeChanged;

Children
No Data