SplitterItem.ResizeMode Property
Gets or sets the splitter’s resize mode.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(SplitterItemResizeMode.OnlyAdjacentControls)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
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.