auto alignment of text boxes in windows forms

New to 2005 and need some help to get rid of user fiendly options.

How do I turn of the cross lines that want to align my text boxes on a windows form? I don't want my text boxes aligned and I have to manually set the numbers on each one. This is a huge irritation. There must be some way to turn this off. I am sure it is something simple but I can see to find it.

There is no option to turn off the snap-to lines in the Customize screen for Windows FormsI I can not find any help from the help on this.

Thanks

[540 byte] By [Frattore] at [2007-12-24]
# 1

Go to Tool menu, Options. In "Windows Form Designer" set LayoutMode to SnapToGrid. If you don't want the grid either then set Show Grid and Snap To Grid to false.

If you're using one of the Express editions you'll need to check "Show All Settings" under the options tree for "Windows Form Designer" to be visible.

MikeDanes at 2007-8-31 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 2

Thank you,

I didn't not go far enough in turning everything off.

Frattore at 2007-8-31 > top of Msdn Tech,Windows Forms,Windows Forms General...