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
The code below solved the problem:
In the Collapsed and Expanded Event handlers added
dockAreaPaneLeft.DockAreaPane.Size = ultraExplorerBar.Size;