Table of Contents

TMS FNC Splitter User Guide

TTMSFNCSplitter divides the client area between two aligned controls and lets the user resize them by dragging. Place it between a panel aligned to an edge and the control that fills the rest of the client area — the splitter automatically resizes the anchored panel when dragged. It supports a configurable minimum panel size, six indicator shapes, live or once-only resize styles, and full colour and stroke customisation.

Topics

Guide Description
Splitter Guide Basic setup, indicator styles, appearance customisation, resize events, and persistence

Key properties

Property Purpose
MinSize Minimum size the anchored control can reach.
ResizeStyle rsContinuous (live) or rsUpdate (once on release).
SplitterIndicator Handle shape: siCircle, siCircles, siLine, siSquare, siSquares, siImage.
ShowIndicator Whether the drag handle is visible.
Appearance Fill and stroke for normal, hover, and pressed states.
OnSplitterMoved Fires once the user releases the splitter.
OnSplitterMove Fires continuously during live drag.

See also