KaxTabScrollPosition Property |
Gets or sets the position of the scrollable band of tabs relative to the
beginning of the scrolling area.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public int ScrollPosition { get; set; }
Public Property ScrollPosition As Integer
Get
Set
public:
virtual property int ScrollPosition {
int get () sealed;
void set (int value) sealed;
}
abstract ScrollPosition : int with get, set
override ScrollPosition : int with 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.
Implements
IKaxTabContainerScrollPositionRemarks
This property is applicable when the
ScrollChildren property is set to
true; otherwise it is ignored.
See Also