Skip to main content

TcxCustomSplitter.PositionAfterOpen Property

Specifies the position to which the splitter is expanded if the AutoPosition property value is False.

Declaration

property PositionAfterOpen: TcxPositionAfterOpen read; write; default 30;

Property Value

Type Default
TcxPositionAfterOpen 30

Remarks

If the hot zone is enabled, end-users can click it to show/hide the bound control. You can also collapse and expand the splitter programmatically using the State property and the OpenSplitter and CloseSplitter methods.

When expanding the splitter, its behavior depends on the AutoPosition property value. If it is True, the splitter is moved to the position it had before collapsing. Otherwise, it is moved to the position specified by the PositionAfterOpen property. Refer to the AutoPosition property description for details and examples.

The default value of the PositionAfterOpen property is 30.

See Also