i am developing an excel-like editor. I am using a tree (TreeViewer) to
visualize data. There are many columns in each row. What i'd like to
accomplish is the following:
1. Tabbing with the Tab (which does not work on my MacOS machine)
2. having the selected row highlited
3. having the selected cell framed
4. skip to only 6 (out of 20) columns in each row, because only those six
columns are editable.
5. scroll vertically when tabbing to a column which is not visible so far.