How to make Listview when after picking

how to make Listview when after picking stay on screen1
as in the example I used horizontalarrangement that is not visible and when I clicked on the listview option then horizontalarrangement will be seen without moving the screen

simple, use after list view pick, visible true horizontal arrangement.

(as your question is not clear we cant answer well)

EX

what I mean is that when I click on the list in the listview it will bring up a Horizontal arrangement with a selection index

maybe more precisely listview displays the data that I click without switching screens

so why you are using open another screen? just set a horizontal arrangement and a label in that, so when list view after picking, set horizontal arrangement visible to true and set label text to list view selection.