How to create table like structure and allow user to drag icons/images onto the cell?

Is there a way to create table like structure(like a datagridview) on a window form and allowing the user to drag icons or images on to the cell of the form
Urgent...
thanks in advance...



Answer this question

How to create table like structure and allow user to drag icons/images onto the cell?

  • William Lowers

    u can use datagridview and handle the DragDrop event to handle the dragging of icons/images


  • GroZZleR

    hi

    you can use TableLayoutPanel Control



  • How to create table like structure and allow user to drag icons/images onto the cell?