Horizontal and Vertical grid spacing for asp.net I find that 8 pixels (the default)
doesn't allow my labels to line up properly with my textboxes. Specifically,
the labels are considerably 'higher' than the textboxes. Setting the values
to 4 pixels allows the controls to line up nicely for ASP.net.
But for
VB.net it is still not adjusting with the above setting.( it did just for asp.net screen)
Any one can tell me where should i change for
vb.net designer screen.