I have VirtualTreeView with 3 columns (column headers are invisible if that matters).
When I press F2 (default key to start editor) to edit a node it edits node in column 0. How can I switch it to edit node in column 1 instead?
Something of an equivalent of this code but for F2 key:
VST.EditNode(VST.GetFirstSelected(), 1);