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.
从 ListView 框中单击某些内容后,单击的项目会卡在光标上,释放光标的唯一方法是终止应用程序。
项目离开列表并跟随光标的方式是不可取的
item.selected = false失败
item.selected = false
如何防止它粘在光标上?或者失败了我该如何解开它?
@wqw是正确的;设置 的OLEDragmode属性ListView来Manual工作。
OLEDragmode
ListView
Manual