Version

Touch-enabled WinTree Control

Topic Overview

Purpose

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

Touchable WinTree Control Elements

Overview

The following sections illustrate the touchable elements (outlined) in different views of the WinTree™ control.

Note
Note:

You can only enable checkboxes and option buttons in the Standard view.

Default view

The Default view is free form, similar to grid-view, displaying the data’s grid structure with column headers. The Standard view consists of a one-column hierarchical structure, which displays only one column header; the top level in the hierarchy.

Touch WinTree Control 1.png

Expansion indicators

While the expansion indicators themselves do not increase in size, the touchable areas around them are slightly enlarged to facilitate easy user interaction.

Touch WinTree Control 2.png
Touch WinTree Control 3.png

Standard view with checkboxes

Set the ViewStyle = Standard to enable checkboxes.

In C#:

ultraTree1.ViewStyle = ViewStyle.Standard;
ultraTree1.Override.NodeStyle = NodeStyle.CheckBox;

In Visual Basic:

ultraTree1.ViewStyle = ViewStyle.Standard
ultraTree1.Override.NodeStyle = NodeStyle.CheckBox
Touch WinTree Control 4.png

Standard view with Option buttons

Set the ViewStyle = Standard to enable option buttons.

In C#:

ultraTree1.ViewStyle = ViewStyle.Standard;
ultraTree1.Override.NodeStyle = NodeStyle.OptionButton;

In Visual Basic:

ultraTree1.ViewStyle = ViewStyle.Standard
ultraTree1.Override.NodeStyle = NodeStyle.OptionButton
Touch WinTree Control 5.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 WinListView control elements.