Non Collapsible TreePanel in GXT -


i new gxt , need little in implementing tree panel. user has requirement treepanel should not allowed collapsed , should remain expanded. (as in image)enter image description here there way can achieve ? may using other widget ?

for example, can use on tree addcollapsehandler() call tree.setexpanded(true);


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -