Skip to main content

dxDefaultImageHeight Constant

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

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