Click or drag to resize
KaxTabControlScrollButtonsPosition Property
The position of the scroll buttons with regards to the tab band.

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

Property Value

Type: TabControlScrollButtonsPosition
One of the TabControlScrollButtonsPosition enumeration values. The default value is Right.

Implements

IKaxTabContainerScrollButtonsPosition
Remarks
This property is applicable when the ScrollChildren property is set to true; otherwise it is ignored.
See Also