【发布时间】:2020-03-06 12:25:32
【问题描述】:
我尝试将 TextMatchFilter 用于我的 ObjectListView。 我不知道为什么,但不是Filterung(我想要的),该功能只突出显示单词。 所以我希望整个 ObjectListView 只显示过滤器为真的行。
这是我的代码:
this.fastoLV_Clean.ModelFilter = TextMatchFilter.Contains(this.fastoLV_Clean, "Test");
fastoLV_Clean.Refresh();
有谁知道,我必须做什么才能真正只显示行而不是只突出显示它所在的行?
问候和感谢,
【问题讨论】:
标签: c# objectlistview