Greetings!
First and foremost, I want to thank you for developing VistaMenu. I was mortified when I saw Microsoft go the route they did with MenuStrip and ToolStrip as I consider myself a UI purist and like things consistent to the operating system the user is running the application on.
However, I've discovered a bit of a snag that I can't seem to figure out when using VistaMenu with the designer. I've tested this on multiple machines and always get the same result each time. It's easy to reproduce, but if for some reason it cant be, I will be glad to upload a project demoing the issue.
Essentially, when VistaMenu is placed on a form with a MainMenu, upon building the project when the designer is visible, the form literally shrinks in the amount of the MainMenu's height.
Steps to reproduce:1) Create new WinForms project2) Insert MainMenu Control; add some dummy menu items3) Insert VistaMenu component4) Build while form designer is visible
The result is the form shrinking during the build process. This will keep happening until the form is completely "minimized" vertically, or until I remove the VistaMenu component from the form, in which case it will no longer shrink.
I've not been able to deduce the reasoning for this, and have verified this happens in both Visual Studio 2008 and Visual Studio 2010. Any help as to why this happens would be greatly appreciated. It is mildly frustrating to deal with.