windowsforms-devexpress-dot-xtralayout-e55a157b.md
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
public enum SplitterItemResizeMode
Public Enum SplitterItemResizeMode
| 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).
|
The following properties accept/return SplitterItemResizeMode values:
The SplitterItem.ResizeMode property of the SplitterItemResizeMode type specifies how layout items are resized when using a splitter.
See Also