How to make a ListView/GridView work with VS Themes #321
Replies: 3 comments 3 replies
-
@reduckted any chance you'd have some insights on this one? |
Beta Was this translation helpful? Give feedback.
-
I have the same problem using VS2022. I have seen the header row be zero height, but also in other cases be the correct height but with no text or column dividers showing. And like yours the selection highlighting is an unusable white bar on dark theme. |
Beta Was this translation helpful? Give feedback.
-
Instead of using a Here's a demo that I've managed to hack together that shows the current projects in a table. A word of warning though. It seems very complicated, and as far as I can tell, there is zero documentation on how to do it. I managed to hack that together by deciphering the EditorConfigSettings UI. I think @madskristensen logged #82 quite a while ago to create a wrapper around all of the bits and pieces that go into creating a table control. |
Beta Was this translation helpful? Give feedback.
-
I would like to use ListViews (containing GridViews) and have them leverage the VS Themes. I've added them to the Test extension's Theme Window in my fork.
I notice two issues:
Here is what they look like in a combination of Blue/Dark, with the theme on/off:
Beta Was this translation helpful? Give feedback.
All reactions