O.P. [Question] Scripted LstView scrolling
There's a Plus! Window.
In it, there's a ListView.
The ListView has a height set to show 20 entries, in Report Mode.
The script adds 30 entries to the list, so the last 10 ones are outside the viewport, and a vertical Y-scrollbar is shown.
Now the script changes entry #25, outside the viewport, using LstView_SetItemText.
How can the script make the ListView scroll down to move that entry into the viewport?
LstView_SetSelectedState will highlight or mark the row, but won't move it into the viewport.
Any help appreciated,
|