ESRI.ArcGIS.Mobile.Client
ExtendedListView Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client.Controls Namespace : ExtendedListView Class

List control with extended functionality over the .Net CF List control.

Syntax

Visual Basic (Declaration) 
<DesignerCategoryAttribute("code")>
Public Class ExtendedListView 
   Inherits ExtendedControl
   Implements IGestureHost, IScrollable 
C# 
[DesignerCategoryAttribute("code")]
public class ExtendedListView : ExtendedControl, IGestureHost, IScrollable  

Remarks

ExtendedListView is widely used in the mobile application, providing additional properties and functionalities for a better look-n-feel over the ListView control from .net compact framework. For example, the AlwaysShowSecondaryItems property determines if secondary items are only shown when an item is selected or if they are always shown, and so on.

You can use ExtendedListView with ExtendedListViewItem.

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            ESRI.ArcGIS.Mobile.Client.Controls.ExtendedControl
               ESRI.ArcGIS.Mobile.Client.Controls.ExtendedListView
                  ESRI.ArcGIS.Mobile.Client.Controls.CheckListView

Requirements

Namespace: ESRI.ArcGIS.Mobile.Client.Controls

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

Assembly: ESRI.ArcGIS.Mobile.Client (in ESRI.ArcGIS.Mobile.Client.dll)

See Also