C# code:
var w = wnd.find(1, "QM - My Macros*", "#32770").Activate();
var e = w.Elm["LISTITEM", "browser_back", "id=1023"/*, EFFlags.UIA*/].Find(3);
//e.Focus(true); //works but does not scroll
//e.ScrollTo(); //works with flag UIA, else exception
e.WndContainer.Send(0x1013, e.Item-1); //LVM_ENSUREVISIBLE
I appreciate any questions about QM3. It helps to make the program better.
In next program version ScrollTo will work with standard listview, treeview and listbox controls without flag UIA. Also Navigate("down") etc.