i have a DataGridView and it has some columns , i want that it is possible to resize the column width , but DataGridView would not allow the last column bigger , when mouse reached the edge of it.
how can i fix this problem ?
i saw DataGridView in other softwares and i can drag the edge of last column and move it outside the control so that i can make it bigger , but somehow this control of .net has this dirty limit !
please share your solution
thanks.
i have a DataGridView and it has some columns , i want that it
Share
yes you can’t do that but there’s some dirty solution too 🙂
add a button to your form and put this code in the button click function