Skip to main content

TcxCustomSplitter.MinSize Property

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

Declaration

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