Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正如标题所说,谁能给我一个简单的例子,如何在 wxListCtrl 中获取特定单元格的内容。
比如我建了一个wxListCtrl列表,可能有3列。当我右键单击或双击一行时,它应该会弹出一个消息框,告诉我该选定行的第三列中的内容?
使用wxListCtrl::GetItemText()检索单元格的内容。