Visual Studio Extension that lets you view and modify the Z-Order of WinForms Controls.
[DEPRECATED]
This VS Extension is not being developed anymore, another simpler approach was made to reach the s
[IMPORTANT]
This extension's developent has been paused, a simpler approach has been created to accomplish WinFormsZOrderViewer VS Extension's functionality in a much simpler NuGet
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]