Visual Basic (Declaration) | |
---|---|
Public Property Rows As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ListBoxEditor Dim value As Integer instance.Rows = value value = instance.Rows |
C# | |
---|---|
public int Rows {get; set;} |
Property Value
Integer number of displayed rows in the list boxThis property sets the number of rows in the list box to display when the cell is in edit mode. When the user clicks on a cell and the list box editor control is displayed, the number of items that are displayed is determined by this property.
This property is available at run time only.
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6