Back to Devexpress

DockLayoutManager.RedrawContentWhenResizing Property

wpf-devexpress-dot-xpf-dot-docking-dot-docklayoutmanager-378bca3c.md

latest1.9 KB
Original Source

DockLayoutManager.RedrawContentWhenResizing Property

Gets or sets whether the current DockLayoutManager‘s content should be dynamically redrawn upon resizing. This is a dependency property.

Namespace : DevExpress.Xpf.Docking

Assembly : DevExpress.Xpf.Docking.v25.2.dll

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public bool RedrawContentWhenResizing { get; set; }
vb
Public Property RedrawContentWhenResizing As Boolean

Property Value

TypeDescription
Boolean

true if the current DockLayoutManager‘s content should be dynamically redrawn upon resizing; otherwise, false. Default is true.

|

Remarks

When a DockLayoutManager‘s elements (LayoutPanels, DocumentGroups etc) or the parent window is resized, you can specify whether their content is redrawn on the fly, or after resizing is complete. Setting the RedrawContentWhenResizing property to false enables the shadow-resizing mode (see the figure below):

See Also

DockLayoutManager Class

DockLayoutManager Members

DevExpress.Xpf.Docking Namespace