All the treepanel here are checked tree and have lots of nodes in the trees. Whenever I am checking any node of the tree its the parent panel automatically scrolling upto the top area. I also tried to put the focus to the selected node but it's not helping.HTML Code:{ xtype:'panel', overflowY : true, layout : 'anchor', items : [{ xtype : 'container', layout : { type : 'anchor' }, items : [{ xtype : 'label' },{ xtype : 'treepanel' },{ xtype:'component' }] },{ xtype : 'container', layout : { type : 'anchor' }, items : [{ xtype : 'label' },{ xtype : 'treepanel' },{ xtype:'component' }] },{ xtype : 'container', layout : { type : 'anchor' }, items : [{ xtype : 'label' },{ xtype : 'treepanel' },{ xtype:'component' }] },{ xtype : 'container', layout : { type : 'anchor' }, items : [{ xtype : 'label' },{ xtype : 'treepanel' },{ xtype:'component' }] }] }
Urgent please reply.
Thanks in advance