API:Vcl.WinXCtrls.TSplitView.CompactWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CompactWidth: Integer read FCompactWidth write SetCompactWidth default 50;

C++

__property CompactWidth = {default=50};

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TSplitView

Description

The width of the control when closed and CloseStyle is svcCompact.

Vcl.WinXCtrls.TSplitView.CompactWidth inherits from Vcl.WinXCtrls.TCustomSplitView.CompactWidth. All content below this line refers to Vcl.WinXCtrls.TCustomSplitView.CompactWidth.

The width of the control when closed and CloseStyle is svcCompact.

See Also