Is it possible to make changes to section headers in a TableView
?
I'd like to change the font, text color, and background properties. I was able to change the height of the header by using a custom renderer and setting Control.SectionHeaderHeight
manually, but the other properties I'd like to change aren't exposed.
I'm able to customize the section headers of a ListView
, but then lose out on some features that a TableView
has, such as how the section headers will "stick" to the top of the screen when scrolling through the table. So that solution isn't ideal.