WizardListRows Field

Number of rows to show.

Definition

Namespace: Aliquo.Windows.Wizard.Controls
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public int Rows

Field Value

Int32

Remarks

If no value is defined or value is 1 it will show a ComboBox, if value is less than 0 it will show a ComboBox editable and if value is greater than 1 it will show a ListBox

Otherwise it will show a TextBox with Rows number of lines.

See Also