adjusts the scrollbars of dataview to make the item in question visible
id | string|number | id of the item in question |
myDataView.show(id);
the method can be used as the continuation of the select() command which selects an item, but doesn't guarantee that the item is visible
Back to top