Vcl.ComCtrls.THeaderSection.FixedWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FixedWidth: Boolean read FFixedWidth write SetFixedWidth default False;

C++

__property bool FixedWidth = {read=FFixedWidth, write=SetFixedWidth, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls THeaderSection

Description

Specifies whether the header section can be resized.

Use FixedWidth to specify whether the width of the header section can be resized.

Note: This feature is only available for Vista, Windows 7, or later Windows operating systems.

See Also

Code Examples