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.
如果这是可能的,你能展示一些代码示例吗?提前致谢。
ObjectListView 只是 ListCtrl 的一个很好的包装器。据我所知,ListCtrl 不支持嵌入其他小部件。您可以在双击单元格时创建一个弹出对话框并这样做。否则,您将不得不使用 UltimateListCtrl。该小部件确实允许小部件嵌入,因为它是自定义小部件而不是原生小部件。