TextBoxResizeToFit Method

Resizes the TextBox according to the maxNumOfChars specified.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public void ResizeToFit(
	int maxNumOfChars
)

Parameters

maxNumOfChars  Int32
The number of chars that should fit in the TextBox's Size

See Also