问题描述
我有一个的ListView
与此类似:
Name | Pass | Proxy | Keyword
Usr1 | pass1| 88.x..| stackoverflow
Usr2 | pass2| 78.x..| google
我希望用户能够双击例如谷歌,并能够将其更新到别的东西。现在,用户必须移除整个行并添加新更新之一,以实现这一目标。
I want the user to be able to double click on for example Google, and be able to update it to something else. Right now the user has to remove the entire row and add a new updated one in order to achieve this.
我试着寻找我似乎无法找到任何简单的解决这个问题。任何及所有帮助是非常值得欢迎的:)
I've tried searching for I cannot seem to find any easy solution to this problem. Any and all help is very welcome :)
推荐答案
使用ObjectListView:
Use ObjectListView: http://objectlistview.sourceforge.net/cs/index.html
它提供了你所需要的功能,并且很容易使用和设置。我建议你阅读它的文档,因为它不是一个插件和播放更换为.NET的ListView
It provides the functionality you need, and is quite easy to use and set-up. I'd recommend reading the documentation on it, as it's not a plug-and-play replacement for the .Net ListView
这篇关于一个ListView内编辑子项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!