Open
Description
What are you trying to do?
I'm using material tabs. Is there a way to use the auto scroll when dragging a tab with CDK drag drop?
See :
https://stackblitz.com/edit/angular-wpv2er-djgsig?file=src%2Fapp%2Fcdk-drag-drop-horizontal-sorting-example.ts,src%2Fapp%2Fcdk-drag-drop-horizontal-sorting-example.html
What troubleshooting steps have you tried?
Trying to add cdkScrollable is not working.
Reproduction
Steps to reproduce:
- Create a mat-tab-nav-bar with a list of mat-tab-link inside (enough to trigger tabs pagination)
- Add cdk Dragdrop
- Try to drag a tab on the right or left to trigger pagination -> nothing is happening
Environment
- Angular: latest version
- CDK/Material: latest version
- Browser(s): all
- Operating System (e.g. Windows, macOS, Ubuntu): all