SplitterItemResizeMode Enum
Enumerates the options that control how layout items are resized when using a splitter.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
All
|
Moving the splitter changes the size of adjacent layout items and all their neighbors even if they belong to other layout groups. |
Only
|
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.