Specifies the scroll types that the TabControl supports.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public enum TabControlScrollMode
Fields
Scroll one item per button click.
C#
Item = 1
Scroll 16 pixels per button click.
C#
Pixel = 0
Scroll an amount equal to the available viewport width.
C#
Viewport = 2