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.
我有一个自定义的树查看器,它扩展了复合材料并将树查看器作为类成员,它与内容提供者、标签提供者和分类器相连。每当我排序时,尽管输入已排序,但它会产生多行现有元素。
有人遇到过同样的问题吗???
在您的排序实现和/或您的内容提供者中查找错误。如果内容提供者将重复项提供给 TreeViewer,它将仅显示重复项。