This question is locked. New answers and comments are not allowed.
Howdy,
I have a TreeListView setup, with 4 frozen columns, then a final column with the width set to "Auto" which contains the hierarchy, and also some very long cell names (content).
The issue i'm having is that when a row is selected via mouse click in the 5th (wide, autosized, non frozen) column it appears that the treelistview control will scroll horizontally to the "center" of the widest item currently in the hierarchy. Which, if I've selected a node with a short 5th column, means the name scrolls entirely out of view.
Is there any way to disable or work around this behavior? I'd rather have no horizontal scrolling at all, this appers to be an artifact of "scroll into view" logic.
Cheers
Phil
I have a TreeListView setup, with 4 frozen columns, then a final column with the width set to "Auto" which contains the hierarchy, and also some very long cell names (content).
The issue i'm having is that when a row is selected via mouse click in the 5th (wide, autosized, non frozen) column it appears that the treelistview control will scroll horizontally to the "center" of the widest item currently in the hierarchy. Which, if I've selected a node with a short 5th column, means the name scrolls entirely out of view.
Is there any way to disable or work around this behavior? I'd rather have no horizontal scrolling at all, this appers to be an artifact of "scroll into view" logic.
Cheers
Phil