General, SelectionList Properties Dialog Box
Use the General tab of the SelectionList Properties dialog box to specify the appearance of a System.Web.UI.MobileControls.SelectionList control.
To access this dialog box
In Visual Studio, open or create a new Mobile Web Form.
Switch to Design view.
From the Mobile Web Forms tab of the Toolbox, drag a SelectionList control into the mobile form on the page.
Right-click the SelectionList control and click Show Smart Tag.
In the SelectionList Tasks menu, click Property Builder.
The SelectionList Properties dialog box is displayed.
Click the General tab.
Tasks
UI Elements
Appearance
SelectType
Specifies the type of list to render. The value can be one of the following from the ListSelectType enumeration:Rows
Specifies the number of rows the selection list displays. This property is applied only when the SelectType property value is ListBox or MultiSelectListBox.
See Also
Tasks
How to: Add and Configure a SelectionList Control
Reference
System.Web.UI.MobileControls.SelectionList
Items, SelectionList Properties Dialog Box
SelectionList Properties Dialog Box
Concepts
Introduction to the SelectionList Control
Using Data Binding with ASP.NET Mobile Controls
ASP.NET Device Filtering Overview