Is it possible to change the amount of space snaplines put between controls in a WinForms project in Visual Studio 2008?
For example, when I slide a textbox up to another textbox (one above the other), there's 6 pixels of space between the controls. I'd like there to be 5 pixels of space between them when they snap to each other.
Thanks.