I have a “Lw” listview on the screen and I created the time to choose a number one drop down list (with a button and a listview) which determines the content of this “Lw” listview
unless you make it invisible the drop down list is not displayed above
I want to make the scrolling of the “Lw” list view impossible as long as the drop down list is displayed
if we had horizontal listview …
in a few words I would like to continue to see the listview containing the letters but by deactivating it when I activate the listview containing the numbers
the first solution was to deactivate it by making it disappear but it is not very design
The List Viewer that you want to appear and disappear needs to be in a column (if you are using StP UI) because the List Viewer does not have X and Y coordinates.
If you are using DnD UI then you can place the List Viewer any where you like without the Group component.
Try this and let me know is this what you are trying to do as I’m not clear of what you are describing and there seems to be a problem of you sharing a link to a minimal project produces your issue. https://x.thunkable.com/projectPage/61910c1b83576e0010c7fff3
If this is not what you are trying to do then create a new project with a single screen and produce what you tried and explain what it is not doing.
what I’m looking to do looks like what you offered me except that I use a button
I put the listview that I want to see in a group and yet it does not work