Move controls at design Time

  • Thread starter Thread starter Montaque [MVP]
  • Start date Start date
M

Montaque [MVP]

In VS.NET 2003, we can use CTL+ArrowKey to Move controls placed in the form or CTL+SHIFT+ArrowKey to adjust the size of controls. And the minimun step is one pixel, it is very terrible if you wanna change the position of a control a lot. i.e from the left corner to the bottom:)

So is there any way to set the step of moving or adjusting , Say, 4 pixel or another settign.
 
hehe, thanks.
any way else?

--
Best regards,
Hou Yongfeng
Microsoft .NET MVP
Shanghai, China
Why not use the mouse?
 
Don't press the shift key. The arrow keys alone move the controls eight
pixels at a time.
 
Don't press the shift key. The arrow keys alone move the controls eight
pixels at a time.

Or whatever your grid settings are, mine is set to 4x4, so the arrow keys
move my controls 4 pixels at a time.

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

" System.Reflection Master "

==== Converting to 2002 ====
Remove inline declarations
 
Back
Top