Hi Irina,
sorry to bother you again with that but somehow it doesn't work again for me
var listBox = Aliases["FusionDesktop"]["HwndSource_MainWindow"]["MainWindow"]["Grid"]["TabControl"]["Grid"]["ContentPanel"]["PART_SelectedContentHost"]["AssemblyViewTabControl"]["Grid"]["Grid2"]["UserControl"]["ScrollableTabControlScreen"]["DockPanel"]["ContentControl"]["DocumentViewer"]["m_thumbnails"]["ListBoxItem"];
var item = listBox.wItem(SelectedPage);
listBox["ScrollIntoView"](item)
it looks like item in the marked line is empty.why is that?
Thanks