how to use fillWeight property and yet enable horizontal scrolling
Posted
by GreatWorld
on Stack Overflow
See other posts from Stack Overflow
or by GreatWorld
Published on 2010-05-29T17:34:46Z
Indexed on
2010/05/29
17:42 UTC
Read the original article
Hit count: 157
c#
|datagridview
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
© Stack Overflow or respective owner