📄 13403.html
字号:
<html>
<head>
<title>Re: 如何在run-time 时 改变datagrid 的栏宽</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>Re: 如何在run-time 时 改变datagrid 的栏宽</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by JOB on May 26, 1999 at 10:41:18:<p>
In Reply to: <a href="13402.html">如何在run-time 时 改变datagrid 的栏宽</a> posted by Apple on May 26, 1999 at 10:25:32:<p>
: 我试过在程式执行加入<br>: DataGrid1.Columns.Item("a").Visible= true<br>: DataGrid1.Columns.Item("a").width = 1500<br>: 但执行到第二行会出现找不到"a" 这个栏位但资料确实有这个栏位呀... <br>: 因为第一行可以过第二行就不行了耶<br>: 请问有人碰到过吗?<p>试试DataGrid1.Columns(INDEX).width=1500 <br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 13403-->
</ul><!--end: 13403-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -