I have three columns in an unbound datagridview. All three columns are populated via a button click.
The first and third column must be frozen so that they do not scroll horizontally.
The middle column must scroll horizontally as its cell data is often very long.
I set the first and third to frozen, and set the datagridview to possess both horizontal and vertical scrollbars, and also set the middle column to autosize. However, during runtime the datagridview does not possess any horizontal scrollbar, and the third column is out of view, pushed out of view by the second.
Is what I'm trying to do even possible? :confused: Thanks much for any help
The first and third column must be frozen so that they do not scroll horizontally.
The middle column must scroll horizontally as its cell data is often very long.
I set the first and third to frozen, and set the datagridview to possess both horizontal and vertical scrollbars, and also set the middle column to autosize. However, during runtime the datagridview does not possess any horizontal scrollbar, and the third column is out of view, pushed out of view by the second.
Is what I'm trying to do even possible? :confused: Thanks much for any help