Click or drag to resize
KaxTabControlReorderTabsOnSelect Property
Gets or sets a value indicating whether the row of the selected tab should move to the bottom.

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

Property Value

Type: Boolean
true if the row containing the selected tab should be moved to the bottom; otherwise false. The default value is false.
Remarks
Use the ReorderTabsOnSelect property to mimic the behavior of the Windows tabcontrol control.
See Also