First Google link : Drag and Drop Tab Control
.Net 5 Tab Control Reorder
Hi,
How do you allow the user to reorder the tabcontrol tab items at runtime? in .Net windows application using windows forms
Regards
Dan
2 answers
Sort by: Most helpful
-
-
Timon Yang-MSFT 9,591 Reputation points
2021-03-01T03:23:03.527+00:00 When I tested the example in the link provided by Castorix31, I found that it sometimes caused Visual Studio to freeze.(Visual Studio 2019, .Net Core 3.1)
Try to use the example in the link below, it worked well when I tested it:
How to make TabPages draggable?
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.