Reputation: 179
According to the Eclipse documentation TreeViewer.setAutoExpandLevel(3)
means that top-level elements are expanded, and their children, but not grandchildren.
I used that in my code, but after setting the input the tree is not auto-expanded, neither on OS X nor on Linux. Expanding the tree manually (via mouse) works flawlessly. Am I missing anything?
Upvotes: 2
Views: 1891
Reputation: 9331
See here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=27480
Looks like this isn't going to be changed.
Upvotes: 4