Table of Contents

Method AdjustTextBoxesHeight

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

AdjustTextBoxesHeight(Control)

Increases height of all TextBox controls in the specified container to height of the ComboBox control, if it is present in the container.

public static void AdjustTextBoxesHeight(Control container)

Parameters

container Control

Specifies container control in which operation is performed

Remarks

Used in Linux where height of the ComboBox is bigger than height of the TextBox.