Is it possible to instruct a ListView builder to go to a certain index number or to begin building with that number at the top of the screen?
Essentially, the builder is making complicated sections and I want to be able to use an index/TOC to open the list at a certain index number and then be able to scroll both up and down the list.