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 and a Github Issue are open with the problems I'm having during it's development, I'd appreciate it if you could help!
Visual Studio Extension that lets you view and modify the Z-Order of WinForms Controls.
Install the extension in the Visual Studio Marketplace or clone this repos to debug/fork it.
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.
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]
- Programming Language: C#
- Recommended IDE: Visual Studio