How do I switch to snap-to-grid in WinForms designer in C# Express?

For the life of me, I can't find an option anywhere. The auto-snapping works most of the time, but I need to tweak some stuff manually.

Thanks,
-jk


Answer this question

How do I switch to snap-to-grid in WinForms designer in C# Express?

  • MJacobsen

    Bravo! I didn't see the "Show all settings" checkbox.

  • Peter House

    1. Choose Tools -> Options
    2. Ensure Show all settings is checked
    3. Under the Windows Forms Designer node, select General
    4. Change LayoutMode to SnapToGrid
    5. Click OK.

  • How do I switch to snap-to-grid in WinForms designer in C# Express?