Skip to main content

TdxLayoutSplitterItem Class

A splitter designed to quickly resize adjacent layout elements without the need to activate customization mode.

Declaration

TdxLayoutSplitterItem = class(
    TdxLayoutDirectionalItem
)

Remarks

This class extends its ancestor with the following members that allow you to:

  • Allow or forbid users to collapse or expand a layout element with a click on the splitter (AllowCloseOnClick);

  • Restrict a user’s capability to resize layout elements separated by the splitter (OnCanResize).

Refer to the Splitter Item topic for details on the splitter’s core functionality.

To learn how to create, arrange, and resize layout elements, refer to the How to Create Layout Items and Groups, Arranging Layout Items and Groups, and Resizing Layout Items and Groups topics.

See Also