findItem scrolling is not working

Hi,

while searching using findItem, system is able to find item in tree but scrolling is not happening.

but after using
tree.findItemIdByLabel(item)
tree.selectItem(item);
tree.focusItem(item);

scrolling is happening but element is still down, user needs to scroll vertically to see element.

Please let me know your feedback.

Thanks in advance.

Hi
Try to use approach in the attached sample.
tree_focus.rar (49.1 KB)