如何在C#中制作文本框类型表?
问题描述:
大家好!我需要设计一个类似于sudoko Table的表,用户必须在其中输入数字.在C#中有什么方法可以使用它?还是必须使用create user control?
:sigh:
Hello everyone!I need to design a table like the sudoko Table where the user has to enter the numbers.Is there any way to do it in C#?or we have to use create user control?
:sigh:
答
您可以在数独中根据需要放置具有行和列的表,
然后将文本框放在表格的每个单元格内.
You could put table having rows and columns as needed in sudoku,
And then put the text box inside each cell of table.