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

SplitterItemResizeMode Enum

Enumerates the options that control how layout items are resized when using a splitter.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

public enum SplitterItemResizeMode

Members

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).

Related API Members

The following properties accept/return SplitterItemResizeMode values:

Remarks

The SplitterItem.ResizeMode property of the SplitterItemResizeMode type specifies how layout items are resized when using a splitter.

See Also