I have a DataGridView that wont show the scroll bars properly.
As you can see the arrows are missing. Also, when I try dragging the block nothing happens. I have to use the mouse wheel or arrow keys on the keyboard to go up and down the list. The ScrollBar property is set to Both and the 2 column's Freeze properties are set to False.
Got any ideas?
uhm, we need more code :/
Posts 1–11 of 11 · Page 1 of 1
Post a Reply
Tags for this Thread
None
I haven't done anything programmitcally to the columns apart from adding rows.
Have you tried just deleting the DGV and dropping in a new one? Chances are you just fucked up some property without realizing it.