Hi,
I have pane that I need to be able to maximize when it is pinned. I set the ShowMaximizeButton = true on the Dock Manager. Now, I can see the maximize button but it is disabled. How do I enable this?
Thanks!
A pane can only maximize if it is grouped with other panes in a horizontal or vertical split child pane style. If that is true and it is still disabled, make sure the resolved AllowMaximize value for hte pane is True.
I have two dockareas (one docked left, other right and managed by dockmanager1)and two
dockablecontrol panes, one added to left dockedarea (leftPane) and the other right (rightPane).
In paneRight, a TableLayoutPanel was added which was managed by a different
dockmanager (dockmanager2). To this dockmanager2 one dockarea (docked left) was added.
A TableLayoutPanel with some control was added to a dockablecontrolpane(part of dockmanager2's
dockarea) . When I add a new dockablepane(dynamically) to this dockmanager2, the new
dockablecontrolpane had not been filling the whole dockarea. Was I missing something?
All panes were added as TabGroup