Back to Devexpress

SplitterItemResizeMode Enum

windowsforms-devexpress-dot-xtralayout-e55a157b.md

latest1.6 KB
Original Source

SplitterItemResizeMode Enum

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

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum SplitterItemResizeMode
vb
Public Enum SplitterItemResizeMode

Members

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

|

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

ResizeMode

DevExpress.XtraLayout Namespace