简体   繁体   中英

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. 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? I am accessing it from the C# side.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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