Add a new right-aligned "description" property to TreeItems
See original GitHub issueSimilar to the timestamp in the Timeline view, it would be nice to have the ability to have a string that would be rendered right-aligned for each tree item.
Maybe something like:
export class TreeItem {
label?: string;
description?: string | boolean;
...
endDescription?: string; // or endDetails? or even just details, but that feels wrong given the other usages of details
}
Issue Analytics
- State:
- Created 3 years ago
- Reactions:8
- Comments:8 (7 by maintainers)
Top Results From Across the Web
changing treeview's font and size - java - Stack Overflow
You appear to be using String as the value type so you should have, for example: TreeItem<String> chats = new TreeItem<>("chats"); // and ......
Read more >Re: TreeItem with right-aligned delete button - WPF Discussion ...
Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.
Read more >Style RadTreeViewItem to Stretch to full horizontal width - Telerik
I have three items of bound data I want to show in a treeitem. ... an image indicating a status that is to...
Read more >TableCell API - Material UI - MUI
For examples and details on the usage of this React component, ... Monetary or generally number fields should be right aligned as that...
Read more >RichTextLabel - Godot Docs
Property Descriptions ¶ ... If true , the label uses BBCode formatting. Note: Trying to alter the RichTextLabel 's text with add_text will...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Current:
Example where we hide the right-aligned description on hover when the action is shown:
Example in the panel:
No plans for this as yet. If folks who would use this could provide some details about what problem it would solve for them it would help us to prioritize this though.