Version

Touch-enabled WinListView Control

Topic Overview

Purpose

This topic illustrates the Infragistics touch-enabled WinListView™ control elements.

Touchable WinListView Control Elements

Overview

The following sections illustrate the touchable elements, encapsulated in red throughout this topic, in different views of the WinListView control.

Details view

The Details view is the only view that displays column headers.

Touch WinListView Control 1.png

Details view with checkboxes

Only the Details or List view can enable checkboxes.

In C#:

ultraListView1.View = UltraListViewStyle.Details;
ultraListView1.ViewSettingsDetails.CheckBoxStyle = CheckBoxStyle.CheckBox;

In Visual Basic:

ultraListView1.View = UltraListViewStyle.Details
ultraListView1.ViewSettingsDetails.CheckBoxStyle = CheckBoxStyle.CheckBox
Touch WinListView Control 2.png

Icons view

Touch WinListView Control 3.png

List view

Touch WinListView Control 4.png

List view with checkboxes

Checkboxes can only be enabled with Details or List view.

In C#:

ultraListView1.View = UltraListViewStyle.List;
ultraListView1.ViewSettingsList.CheckBoxStyle = CheckBoxStyle.CheckBox;

In Visual Basic:

ultraListView1.View = UltraListViewStyle.List
ultraListView1.ViewSettingsList.CheckBoxStyle = CheckBoxStyle.CheckBox
Touch WinListView Control 5.png

Thumbnails view

Touch WinListView Control 6.png

Tiles view

Touch WinListView Control 7.png

Related Content

Topics

The following topics provide additional information related to this topic.

Topic Purpose

The topic provides conceptual overview of the Infragistics touch-enabled controls and components.

This topic illustrates the Infragistics touch-enabled editor controls and elements.

This topic illustrates the Infragistics touch-enabled WinGrid control elements.

This topic illustrates the Infragistics touch-enabled Tab controls and components, which include WinTab and WinTabStrip controls, and WinTabbedMdiManager component.

This topic illustrates the Infragistics touch-enabled WinTree control elements.