R
Rich Raffenetti
In the listview control I can set the highlighted item with
listview.focus()
listview.items(integerValue).selected=true
How do I programmatically scroll the pane of the details view to bring the
highlighted item into the window?
multiselect is false.
listview.focus()
listview.items(integerValue).selected=true
How do I programmatically scroll the pane of the details view to bring the
highlighted item into the window?
multiselect is false.