DataGridview 一列的单元格不能有不同的类型
好吧,我有一个 datagridview ,我有一列,我想做的就是控制该列中的单元格,有时使其成为组合框,有时使其成为文本框......等等
我可以使一列的单元格只有一种类型,我可以在一列中输入多个单元格吗?
希望清楚。
well I have a datagridview , and i have a column, all i want to do is controlling the cells in this column, sometimes make it combobox, sometimes textBox ....etc
I can make the cells of a column have only one type , can i make many cells type in one column ?
hope it is clear .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有两种方法可以执行此操作:
请参阅下面的示例代码,其中说明了这些技巧。
取自此处
There are two ways to do this:
See my sample code below which illustrates the tricks.
Taken from here