Vcl.ComCtrls.TCustomHeaderControl.NoSizing
Delphi
property NoSizing: Boolean read FNoSizing write SetNoSizing default false;
C++
__property bool NoSizing = {read=FNoSizing, write=SetNoSizing, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomHeaderControl |
Description
Specifies whether it is allowed to resize any of the columns.
Use NoSizing to specify whether it is allowed to resize any of the columns in the header control.
Note: This feature is only available for Vista, Windows 7, or later Windows operating systems.
See Also