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