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
260
Resize the DockAreaPane w.r.t the contained UltraExplorerBar
posted

Hi,

I have an UltraExplorerBar docked using UltraDockManager. On enabling the NavigationPanelExpansionMode = OnButtonClick , I see that whenever the explorer collapses the dockareapane remains the same size (width).

Is there a way to resize the DockAreaPane w.r.t to the UltraExplorerBar whenever its expanded or collapsed ?

- Avinash

 

Parents
No Data
Reply
  • 260
    Verified Answer
    posted

    The code below solved the problem:

    In the Collapsed and Expanded Event handlers added

    dockAreaPaneLeft.DockAreaPane.Size = ultraExplorerBar.Size;

    - Avinash

Children
No Data