The ui-listview is great for scrolling a list of visual elements. <ul class="ui-listview">
Can the ui-listview be directed to snap to a specific item? Are there ui-listview events that can control which list item can be moved to the top position?
It would appear as if the native SDK has the 'ScrollToItem(int index)' method. Is there an equivalent via Javascript?
Thanks in advance!