In order to mimic the behavior of an ancient 16-bit windows program that I am trying to reproduce for a colleague, I would like to keep the view of the TreeListCtrl centered as I move up and down within the tree such that the cursor will always be centered when there is more to see above and below. For a ListCtrl, an analog would be this: https://stackoverflow.com/a/18845623/1360263, but I have not been able to figure out how to do this with the TreeListCtrl. It looks like the methods simply don’t exist within the TreeListCtrl, and therefore my desire is impossible. Am I correct in my sadness?
Ian