Hello,
I'm having an issue with cell node drawing, specifically when used in combination with a row indicator. I'm migrating a project from XE (that uses a TAdvStringGrid v7.1.0.0) to Sydney (using TAdvStringGrid v8.6.6.0).
The old project draws a expanded node as:
Whilst the migrated project draws as follows:
The row indicator seems to force the node tree to indent by a few pixels. It does this to the node graphic as well:
If I remove the row indicator then the tree draws ok. I've tried different sized row indicators, changing the NodeIndent, NodeType etc. Any idea what I'm doing wrong or things to try to fix it?