I\'m using the Visual Studio 2013 form designer to edit a form. The size of the form in the designer window is too big so I want to zoom out.
The Windows Forms designer doesn't zoom. The WPF one does because it's vector based, but WinForms is pixel based you don't get the zooming.
If you've got multiple monitors you can drag the designer to a second screen and work with it that way, or you can press Alt+Shift+Enter to toggle full screen and work with it that way.