|
-
May 10th, 2013, 03:07 PM
#1
Thread Starter
Junior Member
2 Frozen columns and 1 scrolling column in middle??
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? Thanks much for any help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|