I define my customize style on controls, how can I know which property is useful? For example, i want to change GridViewHeader color from default(office black) to LightBlue, I refer demo code used GridViewHeaderRow property, but it can't implement I want.Then, I test some header property, finally I use GridViewHeaderCell and set it background to change header color successfully.
This way is inefficient! I have two questions:
1. Do you have any way to get correct property when I want to define corresponding style of control.Do you have detail information document, could you send me?
2. I learn WPF Controls Example, there are some themes on GridView. I want to refer it to define my style structure,Do you have any advice? I use WPFInspector to attach application to find visual tree and property value, but the WPFInspector is not directly.Do you know or you are using which tool to view control styling or layout?
This way is inefficient! I have two questions:
1. Do you have any way to get correct property when I want to define corresponding style of control.Do you have detail information document, could you send me?
2. I learn WPF Controls Example, there are some themes on GridView. I want to refer it to define my style structure,Do you have any advice? I use WPFInspector to attach application to find visual tree and property value, but the WPFInspector is not directly.Do you know or you are using which tool to view control styling or layout?