How do I change style of nested items?
Hello there, I'm new to wpf and still learning, I want to change the color of nested two nested rectangles. I got a Window with a frame, that frame get's filled with a page, that has a grid and inside that grid is a ListView with GridViewColumnHeaders, the Headers(of which I got 3 besides only having 2 columns? If someone knows why I would be happy about info about that too) get separated by white rectangles. I tried changing the "Fill" value of the rectangles for "grid" via
but that didn't seem to do the trick and <GridViewColumnHeaders.Resources> is not possible it seems, not knowing if it would even help.
I know for changing some stuff in wpf I need to overwrite/make templates. But I'd like to know if there is another way besides that for a case like this?
0 Replies