Gets or sets the number of option items visible in the browser at a time. A value greater that one will typically cause browsers to display a scrolling list.
[Visual Basic] Public Property Size As Integer [C#] public int Size {get; set;} [C++] public: __property int get_Size(); public: __property void set_Size(int); [JScript] public function get Size() : int; public function set Size(int);
The number of visible option items.
HtmlSelect Class | HtmlSelect Members | System.Web.UI.HtmlControls Namespace