Snap Control to grid

  • Thread starter Thread starter Marc
  • Start date Start date
M

Marc

Hi,

Anyone know how I can have my drag and drop form controls 'snap' to a
grid like in windows desktop?
 
Divide your window (or whatever you are dragging the controls to) up into a
grid based on the size of grid elements and store these in an array (either
two dimensional or use a structure). When the user drops the control onto
your window, determine the x,y nearest in your grid to where the control is
dropped then change the location of the control to that x,y.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top