vote up 0 vote down star

So, I have a DataGridView that has multi-line data. I set the default cell style to have wrap turned on for cells so that the multi-line data is displayed rather than it all being on one line. However, when the data is larger than the DataGridView height the vertical scroll doesn't really work well. It snaps to the top of the cells such that the stuff that is beyond the height of the DataGridView is never visible. When I scroll with the scroll bar it just snaps to the top of the next cell, so I never get to see all the contents of the multi-line cell. Is there a way to add a scroll bar to the cell, or preferably a way to make the DataGridView scrollbar not snap to cell tops?

flag

1 Answer

vote up 0 vote down

You can add a text box or richtextbox to the datagridview cell

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.