New to Telerik UI for WinUI? Start a free 30-day trial
Drag Reorder
Updated on Mar 26, 2026
TabControl supports reordering its tab items using drag/drop operations.
To enable the drag reorder feature, set the AllowDragReorder property of RadTabControl to true.
Allow reordering the tab items
XAML
<telerik:RadTabControl AllowDragReorder="True">
<telerik:RadTabItem Header="Calendar"/>
<telerik:RadTabItem Header="Colors"/>
<telerik:RadTabItem Header="Quote"/>
</telerik:RadTabControl>