In applications with a large number of tabs, users often need to change their order for easier navigation.
Currently, RadzenTabs does not provide a built-in way to reorder tabs with the mouse. This causes inconvenience for users of the resource.
If possible, please add built-in support for changing the order of tabs using drag and drop.
Some potential implementation details include:
- Restrict movement along the X-axis (by default) to prevent vertical shifts;
- Auto-scroll the tabs container when dragging near the edges.
At the moment we have to resort to workarounds using JavaScript code. It would be highly desirable to have native support for these features.