Vcl.ExtCtrls.TControlBar.RowSnap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowSnap: Boolean read FRowSnap write SetRowSnap default 1;

C++

__property RowSnap = {default=1};

Properties

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

Description

Specifies whether controls are snapped to the control bar's rows when docked.

Vcl.ExtCtrls.TControlBar.RowSnap inherits from Vcl.ExtCtrls.TCustomControlBar.RowSnap. All content below this line refers to Vcl.ExtCtrls.TCustomControlBar.RowSnap.

Specifies whether controls are snapped to the control bar's rows when docked.

Use RowSnap to specify whether controls are snapped to the control bar's rows when docked. Controls that are snapped have their Top and Height properties set automatically to correspond to the control bar's rows.

See Also