Jan Kučera
Jan Kučera
Actually there is `internal ImageSize Size { get; }` - is there a reason why it is not public?
Not really, this is a the image source as loaded in Skia, it has nothing to do with layout. You still need to use it in an image element that...
Because it differs from what is in the tree, it shows full types, members including type, and assembly name for some of the folders (screenshot first item)
I can also imagine it could be a method where you put current state and the text would differ on where you are (like same namespace or same assembly)
It has a default implementation returning `Text` so no extra work for inheritors if the entry is to be the same as in the tree. `NavigationState` is holding `SharpTreeNode` nodes...
I put the folder first and where it belongs in parentheses, looks better, see the updated screenshot.
I also tried to include module name in the metadata nodes but feel free to skip that commit. Done working on this PR until there is feedback to address.
There is no built-in dropdown button in WPF. I considered creating a control for it (or retemplating combobox) but since the theme and styles are external it didn't seem worth...
Yeah I am aware of that. I thought it is a rare if not adverse scenario where you would jump through the same nodes in different assemblies. I thought about...
I addressed what I intend to.