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

dxDefaultImageHeight Constant

In This Article

Specifies the default length of labels corresponding to auto hidden tab container children docked to the left or right edge of a dock site.

#Declaration

Delphi
const dxDefaultImageHeight = 16;

#Remarks

When the auto hide feature is enabled for a tab container, the size of labels corresponding to its children is calculated as shown in the image below.

The height of images is specified by image list settings assigned to the Images property of the docking manager. However, there may be no image list assigned in which case, the dxDefaultImageHeight constant value is used. The image below shows the same control layout when there is no image list assigned and the dxDefaultImageHeight constant value is 40.

See Also