delphi - How to make a proper alternate row color on a filtered TVirtualStringTree -


previously used virtualstringtree showing of nodes, , used node.index check odd , rows inside onbeforecellpaint event.

but when filtered nodes, realized node.index irrelevant used alternate rows shown in screenshot below:

virtualstringtree alternate color on filtered nodes

any idea/solution solve this?


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -