简体   繁体   English

访问ListView的GridView中的单元格

[英]Accessing a cell in the GridView of a ListView

If I have a grid view within a listview and this grid view has definitions for 3 columns. 如果我在列表视图中有一个网格视图,并且此网格视图具有3列的定义。 for each cell in the grid is a textbox, if I want to access a specific "cell" in the gridview, how do I go about doing it? 对于网格中的每个单元格都是一个文本框,如果我想访问gridview中的特定“单元格”,该如何做呢? I am accessing it from the C# side. 我正在从C#端访问它。

Don't try to manipulate the cells directly; 不要试图直接操纵细胞。 although it is possible, it's difficult and counter-intuitive. 尽管有可能,但这是困难且违反直觉的。 You should manipulate the bound objects instead. 您应该改为操作绑定的对象。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM