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