| [news.eclipse.platform.swt] Re: Skipping Columns, Highlite selected Cell, Scroll vertically |
So I understand right that the only remaining problem is 5?
no :-) 1,3(partially),4,5
if you modify the code in the activation strategy like this you get horizontal scrolling (vertical should work out of the box).
Many thanks,
Thomas E.-E.
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.