Added by Aaron Wright over 2 years ago
I have a WTreeView with one column (the tree), but I don't need the header. It's just blank right now, but taking up space.
I tried setting the height to 0:
setHeaderHeight(0);
That seems to make the header do away, but is that the best way to get rid of the header?