Is there a way to open the list to a specific item when loading?
This should be a new post question, however...
Using ScrollTo is the way (I think).
Store the returnid of the list item clicked on and after adding details (sub-items) - ScrollTo(returnid, False) the main list item you were working on.
Note: (it must be me...) ScrollTo works but, it seems to set the line item (about) 10px below the top of the item scrolled to This example shows 1088 - which is half hidden after scrolling to (top item).
This, while testing, is where I ran into the "theme" issue with ABMLists.
Thanks