P PawelR May 8, 2007 #1 Hi, How do I prevent row high (user can't change row high) in DataGridView? Thx PawelR
M Milsnips May 8, 2007 #2 Set the "AllowUserToResizeRows" property of the DateGridView to "False" regards, Paul
T TS25 May 8, 2007 #3 Hi, How do I prevent row high (user can't change row high) in DataGridView? Click to expand... you can use AllowUserToResizeRows property, and set it to false
Hi, How do I prevent row high (user can't change row high) in DataGridView? Click to expand... you can use AllowUserToResizeRows property, and set it to false