Table of Contents

Method SetUniformBitmapSize

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

SetUniformBitmapSize(int, int)

Ensures that all tabs have the same height, even if some of them don't have bitmaps.

public void SetUniformBitmapSize(int width, int height)

Parameters

width int

Bitmap width for tabs without images.

height int

Bitmap height for tabs without images.

Remarks

Passing (-1,-1) as size undoes the effect of a previous call to this function and instructs the control to use dynamic tab height.