Drag Reorder
TabControl supports reordering its tab items using drag/drop operations.
To enable the drag reorder feature, set the AllowDragReorder
property of RadTabControl
to true
.
New to Telerik UI for WinUI? Download free 30-day trial
TabControl supports reordering its tab items using drag/drop operations.
To enable the drag reorder feature, set the AllowDragReorder
property of RadTabControl
to true
.
<telerik:RadTabControl AllowDragReorder="True">
<telerik:RadTabItem Header="Calendar"/>
<telerik:RadTabItem Header="Colors"/>
<telerik:RadTabItem Header="Quote"/>
</telerik:RadTabControl>
Copyright © 2025 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.
Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.