Minimum size for either of the anchored controls on opposing sides of the splitter.
Source position: extctrls.pp line 401
public property TCustomSplitter.MinSize : Integer |
MinSize indicates the smallest size allowed for either of the anchored controls on opposing sides of the splitter. MinSize is used in the MoveSplitter method to prevent adjacent controls from becoming too small when the splitter is dragged. The default value for the property is 30 (pixels). When set to 0 (zero), an adjacent control can be resized until is no longer visible. MinSize does not accept negative Integer values in the property.
|
Indicates the orientation and alignment for the splitter control. |
|
|
MoveSplitter moves the splitter by an amount specified in Offset. |
|
|
Specifies the placement of the control inside its Parent. |