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.
我注意到wx.ListCtrl在默认情况下单击它时总是会突出显示一整行,有没有办法让它只突出显示选定的单元格?
wx.ListCtrl
不,我认为这是内置的。您必须捕获选择事件并可能使所有单元格可编辑,以便您可以只选择单元格。否则,我会将 UltimateListCtrl 视为一个自定义小部件,您可能可以通过添加该功能的方式对其进行子类化。
或者根本不使用 ListCtrl 并切换到使用 wx.Grid