Change spacing of snaplines in Visual Studio
问题 Is it possible to change the amount of space snaplines put between controls in a WinForms project in Visual Studio? 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. EDIT: Thanks for all of the answers. I thought it might be helpful to summarize the approaches: Option 1 Set the Layout Mode to SnapLines (default) under Tools >