ESRI.ArcGIS.Mobile.Client
SelectFirstItem Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls Namespace > ExtendedListView Class : SelectFirstItem Method

Will try to set the SelectedIndex to 0 if there are Items. Using this method allows the developer to not clutter the code with a checks for the count before setting.

Syntax

Visual Basic (Declaration) 
Public Sub SelectFirstItem() 
C# 
public void SelectFirstItem()

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also