Vcl.ExtCtrls.THeader.AllowResize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AllowResize: Boolean read FAllowResize write FAllowResize default True;

C++

__property bool AllowResize = {read=FAllowResize, write=FAllowResize, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls THeader

Description

Determines if the user can modify the size of the header at runtime with the mouse.

If AllowResize is false, the sections within a header can't be resized. If AllowResize is true, clicking a border of a header section and dragging it left or right changes the width of the section. The default value is true.