scrolls the component to make the specified item visible
id | id | the item id |
list = webix.ui({
view:"list",
...
});
list.showItem('item1'); // 'item1' is the item id
For menu, showItem call can be used to revert hideMenuItem call, it makes item in question visible.