Vcl.ExtCtrls.TCustomControlBar.RowSnap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowSnap: Boolean read FRowSnap write SetRowSnap default True;

C++

__property bool RowSnap = {read=FRowSnap, write=SetRowSnap, default=1};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomControlBar

Description

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