NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListBox.Rows

Rows property. Determines the number of visible items for the ListBox.

[Visual Basic]
Overridable Public Property Rows As Integer
[C#]
public int Rows {virtual get; virtual set;}
[C++]
public: __property virtual int get_Rows();
public: __property virtual void set_Rows(int);
[JScript]
public function get Rows() : int;
public function set Rows(int);

See Also

ListBox Class | ListBox Members | System.Web.UI.WebControls Namespace