The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Is it possible to make the first tab not draggable when the other tabs are? I also don't want users to be able to drag other tabs to the far left (before first tab).
VRVijay Ravi Syncfusion Team August 4, 2025 06:41 AM UTC
Hi Anders
Franzen,
We have
reviewed and validated your reported issue regarding the inability to drag the
first tab item and the restriction on dragging and dropping other tab items
before the first tab. To address this, we recommend implementing a OnDragStart
and Dragged events using the tab index. By setting args.cancel
based on this check, you can prevent the first tab item from being dragged and
ensure that other tab items cannot be dropped before the first tab item. The
proposed solution is demonstrated in the code snippets provided below. Refer
the shared sample for your reference.