Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTabControlProperties.TabHeight Property

Specifies the height of tabs in pixels.

#Declaration

Delphi
property TabHeight: SmallInt read; write; default 0;

#Property Value

Type Default Description
SmallInt 0

The tab height, in pixels.

#Remarks

Use the TabHeight property to set or get the height of tabs in pixels. This property cannot be set to a value less than that required to fit the contents of tabs. Tab contents include tab caption and tab image.

Note

If the TabHeight property is set to 0, the tab height is calculated automatically to fit content. When tabs are oriented vertically, the height of tabs is the width of the rectangles they occupy.

The default value of the TabHeight property is 0.

See Also