Version

TabMoving Property (WebTab)

Gets reference to container of properties related to ability to move tab item by mouse drag.
Syntax
'Declaration
 
Public ReadOnly Property TabMoving As TabMoving
public TabMoving TabMoving {get;}
Remarks

Notes:

Move of any item on client may trigger change of VisibleIndex properties of all tab items.

If DisplayMode is MultiRow, then it is not recommended to enable that property, because it may trigger misbehavior, tabs can be moved within same row only and after a postback visible indexes can be reset to original values.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also