.Net 5 Tab Control Reorder

Dan 1 Reputation point
2021-02-28T16:28:31.443+00:00

Hi,

How do you allow the user to reorder the tabcontrol tab items at runtime? in .Net windows application using windows forms

Regards

Dan

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,249 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Castorix31 81,726 Reputation points
    2021-02-28T16:46:25.077+00:00

    First Google link : Drag and Drop Tab Control

    0 comments No comments

  2. Timon Yang-MSFT 9,571 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.

    0 comments No comments