RadControls for WPF

Specifies the scroll types that the TabControl supports.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.2.611.40

Syntax

C#
public enum TabControlScrollMode
Visual Basic
Public Enumeration TabControlScrollMode

Members

Member nameValueDescription
Pixel0 Scroll 16 pixels per button click.
Item1 Scroll one item per button click.
Viewport2 Scroll an amount equal to the available viewport width.

See Also