c# - Set a size for a DataGridView button -


i have datagridview datagridviewbuttoncolumn type, , need increase button's height.
or increasce rows's height.

how may that?

you can use datagridviewcellstyle property,

write code datagridview1.rows[i].height of row(s).


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - WPF+EF - The operation cannot be completed because the DbContext has been disposed -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -