There is one thing i can't understand here.
var listBox = Aliases["FusionDesktop"]["HwndSource_MainWindow"]["MainWindow"]["Grid"]["TabControl"]["Grid"]["ContentPanel"]["PART_SelectedContentHost"]["AssemblyViewTabControl"]["Grid"]["Grid2"]["UserControl"]["ScrollableTabControlScreen"]["DockPanel"]["ContentControl"]["DocumentViewer"]["m_thumbnails"];
var item = listBox.Items.Item(PagesArray[SelectedPage]-1);
listBox.ScrollIntoView(item)
when adding listBox to the add watch screen,expand it and trying to understand how did you get to see listBox.Items.Item,i just can't find Item.I do find Items but can't find Item inside Item this object.
i'm asking that for future purposes and would be very happy to use other available functions.
please see attached screenshot.
thanks