How can I hide / not create the section header created by a TableSection? The TableSectionBase documentation states:
You can assign a header and a footer either as strings (Header and Footer) properties, or as Views to be shown (HeaderView and FooterView). Internally this uses the same storage, so you can only show one or the other.
But I could not find HeaderView property to create zero height section.