tamm0r
tamm0r

Reputation: 179

Eclipse JFace TreeViewer level auto expansion doesn't work

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

Answers (1)

chickeninabiscuit
chickeninabiscuit

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

Related Questions