[IMPORTANT]
This extension is not finished, so it shouldn't be used for now, this post is merely to increase its reach. A thread on Stack Overflow is open with the problems I'm having during it's development, I'd appreciate it if you could help!
See in spanish/Ver en español

Visual Studio Extension that lets you view and modify the Z-Order of WinForms Controls.
🛠️ Setup
Install the extension in the Visual Studio Marketplace or clone this repos to debug/fork it.
⚙️ Project Usage Explanation
Open a WinForms Project then go to the new option in Edit > Object > View Z-Order
.
A Window will open displaying the controls of the current WinForms and will let you move their each Z-Order to display them in top or bellow others.
🚀 Releases
The version will be released using these versioning policies:
New major features and critical bug fixes will cause the immediate release of a new version, while other minor changes/fixes will wait one week from the time the change is introduced in the repository before being included in the new version, so that other potential changes can be added.
[NOTE]
These potencial new changes will not increase the wait time for the new version beyond one week.
The version number will follow this format:
[Major Feature].[Minor Feature].[Bug Fixes]
💻 Technologies Used