vb.net Visual Studio 2010 为输入数据创建一个类似于 excel 的表
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/16152034/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Visual Studio 2010 create a table like excel for input data
提问by Jonathan Raul Tapia Lopez
I am using Visual Studio Express, and I am tryng to add a form to my Windows application with rows and columns, but I cannot find any WindowsForm like a table or cells design.
我正在使用Visual Studio Express,我正在尝试向我的 Windows 应用程序添加一个带有行和列的表单,但我找不到任何像表格或单元格设计的 WindowsForm。
I tried to create diferrents Textbox, but I need around two columns and 10 rows with a title and its not practical to add many textboxes.
我试图创建不同的文本框,但我需要大约两列和 10 行的标题,添加许多文本框不切实际。


回答by banging
You're looking for the DataGridView control:
您正在寻找 DataGridView 控件:

