We want to do simple customization of the LunaNormal theme rather than having to do deep customization of the style. Is it possible to easily change the following?
1. How do you change the color of the foreground text of all cells in a row when that row is selected/active?2. How do you add a border to the entire header presenter area (rather that just the labels)?3. How do you add vertical borders to columns in the grid?
Thanks.
Hello ajain000,
I reviewed your questions and I can suggest you the following:
Please find the attached sample where I change the look like this:
1) To change the color of the foreground (in my case to red), I use a Style for the CellValuePresenter and change the selected and active record appearances .
2) To add a border to the entire header presenter I add a Grid in the HeaderPresenterArea with the desired color for background, and to make it visible I add margin to its Content Presenter.
3) To add a vertical borders to the columns in the grid, I change the CellValuePresenter Style where I set BorderThicknes.
If you need further assistance feel free to ask.