Enum
TabControlScrollMode

Specifies the scroll types that the TabControl supports.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public enum TabControlScrollMode

Fields

Item

Scroll one item per button click.

Declaration

cs-api-definition
Item = 1

Field Value

TabControlScrollMode

Pixel

Scroll 16 pixels per button click.

Declaration

cs-api-definition
Pixel = 0

Field Value

TabControlScrollMode

Viewport

Scroll an amount equal to the available viewport width.

Declaration

cs-api-definition
Viewport = 2

Field Value

TabControlScrollMode

In this article
DefinitionFieldsItemPixelViewport
Not finding the help you need?
Contact Support