Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomSplitter.MinSize Property

Specifies the bound control’s minimum size, in pixels.

#Declaration

Delphi
property MinSize: TcxNaturalNumber read; write; default 30;

#Property Value

Type Default
TcxNaturalNumber 30

#Remarks

End-users can either resize the splitter’s bound control or collapse it by clicking the hot zone, if enabled. You can use this property to set the minimum size for the splitter’s bound control. If the AutoSnap property is set to True, the bound control is collapsed upon exceeding the specified limit; otherwise, the splitter cannot be dragged to positions less than the MinSize property value.

To remove sizing limitations, set the MinSize property to 0.

The default value of the MinSize property is 30.

See Also