scroll bars not appearing despite property being set!!

dotolee

Member
Joined
Nov 30, 2004
Messages
20
Programming Experience
10+
argh.
not sure what i'm doing wrong, but i have a datagrid control embedded in a user control.
i've set the "scrollbars" property to both, but for some reason, only the vertical one appears and i can't figure out why. i'm not overwritting it programmatically....
??
 
Is the DataGridView set to Dock Fill?

I had this problem once and I believe I had to set the Fill to none in the designer and set it programatically when it was shown.
 
Found this thread on a DataGridView in a TabControl where the user experienced the same symptoms: link.

Seemed to be a combination of Dock and Z-Order.
 
Back
Top