[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

avi

3/2/2012 8:08:00 PM

How can I display the same gridline I see in design mode, in Runtime, so that the user could align controls or over alignable objects ?

Thanks
Avi
1 Answer

Mike Williams

3/2/2012 9:29:00 PM

0

"avi" <aviben@bezeqint.net.il> wrote in message
news:9173246.55.1330718865879.JavaMail.geo-discussion-forums@vbiz13...
>
> How can I display the same gridline I see in design mode,
> in Runtime, so that the user could align controls or over
> alignable objects ?

Just draw a grid onto the Form and add some code to allow the user to drag
the controls using the mouse and then position the control at the nearest
grid position when the user finishes dragging the control.

Mike