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.
当我从这里尝试 TreeGridExample
我得到带有 + 展开折叠图标的树。如何将其更改为 |> 之类的箭头图标?我只是想它是否也可定制。
该图标来自包装在 IndentedTreeImagePainter 中的 TreeImagePainter,该 IndentedTreeImagePainter 是通过单元格画家样式配置的。要回答这个问题,是的,这是可能的。
您可能想查看 ThemeConfiguration 和子类,以了解可以调整哪些样式以及如何调整。