[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'ExtCtrls' (#lcl)

TCustomControlBar.RowSize

Height used for a band or a row of bands displayed on the control bar.

Declaration

Source position: extctrls.pp line 1672

public property TCustomControlBar.RowSize : TRowSize
  read FRowSize
  write SetRowSize
  default 26;

Description

RowSize is a TRowSize property which specifies the height for a row or band displayed on the control bar. The default value for the property is 26.

Changing the value in the property causes the bands for the control bar to be resized and realigned. The Invalidate method will be called to repaint the control if BeginUpdate is not already active.


Version 4.0 Generated 2025-05-03 Home