how to use fillWeight property and yet enable horizontal scrolling
- by GreatWorld
I have a few columns in a dataGridView want them to fill the space. column A has a fixed width column B can be long and scrolling should be possible column C is fixed- unresizeable, and minimum width is set.
what is the way to use these property for achieving the desired behavior