Hello:<br>&nbsp; I am trying to basically bookmark a spot in a tree view and then return to it later.&nbsp; For example, say I&#39;m looking about 1/3 the way down a large tree, I want to set a bookmark so if I scroll way down to the bottom of the tree with the scrollbars, I can quickly go back to where I was.&nbsp; I see the scrollToItem method and the verticalOffset but I am having trouble with both.&nbsp; For scrollToItem, I&#39;m not sure how to get the first visible item in the current view.&nbsp; And with verticalOffset, I&#39;m not sure how to use the offset it returns to set the scrollbars back to where I bookmarked.&nbsp; Does anyone know how to accomplish either of these tasks?&nbsp; Or, is there a better way?&nbsp; Thanks!<br>