You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The treeview provides a way to set the color on individual items in the tree, but the list view does not. It can still be done by using style tags in the text itself, but when this is done the various styles on list view (ie. setting the highlighted style) no longer work which is confusing and also means that if the list text has meaning you have to strip style tags out of it first before you can use it.
It would be nice to have a way to add a list item with specific styles set, or have a way to get the text of list items without styles tags included and have any styles set on the list override those style tags.
In my particular case I have a file opener UI which can swap between a tree view of the filesystem or a list view, but it's proving hard to ensure the styles remain consistent (and if I get the filename from the list it has style tags in it that have to be split out).
The text was updated successfully, but these errors were encountered:
The treeview provides a way to set the color on individual items in the tree, but the list view does not. It can still be done by using style tags in the text itself, but when this is done the various styles on list view (ie. setting the highlighted style) no longer work which is confusing and also means that if the list text has meaning you have to strip style tags out of it first before you can use it.
It would be nice to have a way to add a list item with specific styles set, or have a way to get the text of list items without styles tags included and have any styles set on the list override those style tags.
In my particular case I have a file opener UI which can swap between a tree view of the filesystem or a list view, but it's proving hard to ensure the styles remain consistent (and if I get the filename from the list it has style tags in it that have to be split out).
The text was updated successfully, but these errors were encountered: