Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.Wpf.Docking

#Declaration

public bool RedrawContentWhenResizing { get; set; }

#Property Value

Type Description
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):

DockLayoutManager - Shadow Resizing

See Also