Skip to main content
A newer version of this page is available. .

SplitterItem.ResizeMode Property

Gets or sets the splitter’s resize mode.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(SplitterItemResizeMode.OnlyAdjacentControls)]
[DXCategory("Behavior")]
public SplitterItemResizeMode ResizeMode { get; set; }

Property Value

Type Default Description
SplitterItemResizeMode **OnlyAdjacentControls**

A SplitterItemResizeMode value that specifies the splitter’s resize mode.

Available values:

Name Description
AllSiblings

Moving the splitter changes the size of adjacent layout items and all their neighbors even if they belong to other layout groups.

OnlyAdjacentControls

Moving the splitter allows adjacent layout items that belong to the same layout group to be resized (the layout item to the left, and all layout items to the right/top are allowed to be resized).

Remarks

The ResizeMode property specifies the splitter’s resize mode. It controls which layout items are resized when the splitter is moved. Please refer to the SplitterItemResizeMode topic for information on the available options.

See Also