Version

Touch-enabled Tab Controls

Topic Overview

Purpose

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

Touchable WinTab and WinTabStrip Control Elements

Overview

The following sections illustrate the touchable WinTab and WinTabStrip controls. The touchable elements in both WinTab and WinTabStrip controls are the same, so the screenshots apply to both controls.

Tab elements

Touch Tab Controls and Components 1.png

Scroll buttons

Use the control’s ScrollButtonTypes property to display the scroll buttons. By default, the Previous Tab and Next Tab buttons will appear when you add more tabs than fit in the viewable area.

In C#:

ultraTabControl1.ScrollButtonTypes = Infragistics.Win.UltraWinTabs.ScrollButtonTypes.FirstLast;

In Visual Basic:

ultraTabControl1.ScrollButtonTypes = Infragistics.Win.UltraWinTabs.ScrollButtonTypes.FirstLast
Touch Tab Controls and Components 2.png

Close buttons

Close button (In tab) closes only the tab it resides on.

Touch Tab Controls and Components 3.png

Close button (In tab header area) closes the active tab.

Touch Tab Controls and Components 4.png

NotePage element

The NotePage and NotePageFlat are tab control styles that are touchable elements providing page forward and page backward functionality.

Touch Tab Controls and Components 5.png

Tab list button

The items in the list are touchable as well as the button that drops down the list of items.

Touch Tab Controls and Components 6.png

Touchable WinTabbedMdiManager Component Elements

Overview

The following sections illustrate the WinTabbedMdiManager component’s touchable elements.

Tab elements

Touch Tab Controls and Components 7.png

Scroll buttons

Use the control’s ScrollButtonTypes property to display the scroll buttons. By default, the Previous Tab and Next Tab buttons will appear when you add more tabs than fit in the viewable area.

In C#:

ultraTabbedMdiManager1.TabGroupSettings.ScrollButtonTypes =
Infragistics.Win.UltraWinTabs.ScrollButtonTypes.FirstLast;

In Visual Basic:

ultraTabbedMdiManager1.TabGroupSettings.ScrollButtonTypes = Infragistics.Win.UltraWinTabs.ScrollButtonTypes.FirstLast
Touch Tab Controls and Components 8.png

Close buttons

Close button (In tab) closes only the tab it resides on.

Touch Tab Controls and Components 9.png

Close button (In tab header area) closes the active tab.

Touch Tab Controls and Components 10.png

Splitter element

Touch Tab Controls and Components 11.png

Tab list button

The items in the list and the drops down button are touchable elements.

Touch Tab Controls and Components 12.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 WinListView control elements.

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