Is it possible to make the content of a ToolWindow to resize and be drawn on screen live as you resize the window? The ToolWindows are contained in a SplitContainer, so the resize is done by dragging the divider between the windows.
Is it possible to make the content of a ToolWindow to resize and be drawn on screen live as you resize the window? The ToolWindows are contained in a SplitContainer, so the resize is done by dragging the divider between the windows.
Hi Magnus,
While our WinForms Docking/MDI controls don't support live splitting, that is an option on our WPF Docking/MDI controls.
Oh, I realise now I posted this question in the wrong forum. We do use the WPF docking component. How can we achieve this?
Hi Magnus,
In WPF, it's the DockSite.IsLiveSplittingEnabled property.
Please log in to a validated account to post comments.