查看完整版本: 大家好 第一次来 请教在VB.NET 中DataGrid的问题

mql 2007-12-14 23:58

大家好 第一次来 请教在VB.NET 中DataGrid的问题

大家好  第一次来 请教在VB.NET 中DataGrid的问题
请问如何控制DataGrid的列宽 ?把一个DataGrid绑定到Data后,可以正常显示数据,但是DataGrid的每一个列的宽度都是一样的,但是,现在我想把他们的宽度修改一下,请大家教我一下。谢谢!

Nothing 2007-12-15 11:46

DataGridView1.Columns(0).Width =100

或是使用编辑列的方式,编辑列的大小

mql 2007-12-15 18:42

谢谢 NoThing

NoThing

mql 2007-12-15 19:16

Nothing 你说的那个办法 “ DataGridView1.Columns(0).Width =100 ”

Nothing  你说的那个办法  “ DataGridView1.Columns(0).Width =100 ”

Nothing 2007-12-16 15:35

那就使用第二行的办法
在设计里面设置width的大小
页: [1]
查看完整版本: 大家好 第一次来 请教在VB.NET 中DataGrid的问题