The VCL version of TeeTree uses the Windows scrollbar.
That takes it's paint characteristics from general Windows theme properties and is not modifiable via Tree properties.
You should be better removing the data instead of trying to hide a row.
The easiest way to hide a row I found would be to set a very small height to it. Ie:
Ouch, excuse me.
Check the "Data Sources" section in the demos.
If you still find problem with it, please specify what format does the data have after running the query.
Hello, I've been able to reproduce it so I've added it to the public tracker ( 2389 ). And I've already fixed it. Since you own the sources, you can easily apply the fix without having to wait for the next maintenance release. At line 628 on TeeDataTableTool.pas, substitute this line: tmpInc:=Trunc(...