Click or drag to resize
IKaxTabContainerScrollPosition Property
Gets or sets the position of the scrollable band of tabs relative to the beginning of the scrolling area.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
int ScrollPosition { get; set; }

Property Value

Type: Int32
An integer specifying the initial scrolling position (measured in pixels). The default value is 0 (no offset from the default scrolling position). Use negative values to move the tabs to the left.
Remarks
This property is applicable when the ScrollChildren property is set to true; otherwise it is ignored.
See Also