Replies: 2 comments 2 replies
-
It would also be helpful to support a right click context menu per item. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The tree does not have support for right click menu. Did you https://fluentui-blazor.net/TreeView#dynamictreegeneratio? You can use ItemTemplate to style your items |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for a way to add style to individual tree view items e.g. underlined text or maybe different coloured text. My application is similar to an IDE and I'm using a tree view to display a component hierarchy. I have an implementation that renders custom content within a FluentTreeItem but something more out of the box would be nice.
Beta Was this translation helpful? Give feedback.
All reactions