开发者

How to reduce the size of a DataGrid row in VB

开发者 https://www.devze.com 2023-04-03 08:57 出处:网络
I am usin开发者_JAVA技巧g a DataGrid in VB. I have to reduce the default height of a row. How might I do this?If it\'s for a row you haven\'t inserted yet, you can do this:

I am usin开发者_JAVA技巧g a DataGrid in VB. I have to reduce the default height of a row. How might I do this?


If it's for a row you haven't inserted yet, you can do this:

DGV.RowTemplate.Height = 50

http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview.rowtemplate.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消