Hide TableView Footer/Header

GetHeaderRectangle.Visible:=False;

Generates an exception: What should I use to hide them?

You need to execute this in the OnApplyStyleLookup event. In the constructor the Style is not yet loaded.


Kind Regards, 
Pieter