Resizing the grid
How to resize the datagridview during runtime, I trying to pull out the datagrid in the buttom right hand corner, and also moving the grid around , not the form, I want to be able to move the grid around
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Raaj KumarPosted Mar 2, 2010, 3:59 AM
For moving the controls around use a boolean variable and on MouseDown of the control enable the boolean variable. In MouseMove of the control check whether the boolean variable and set the left and top property of the control.
Here I am uploading the sample application which might help you
Regards,
raaj