Android Question Test if a view is on the screen?

cyiwin

Active Member
Licensed User
Longtime User
We have a way to test if a view is able to be viewed, example
B4X:
Log(panel1.Visible)
Is there a way to test if the panel is on the screen? If I have several panels on a scrollview how do you test which panels are really on the screen at any given time?
 

cyiwin

Active Member
Licensed User
Longtime User
I suppose that wasn't the greatest of questions, I can always grab a views position and compare it with the devices screen size or a ScrollPosition. I guess I was thinking there should be a panel.Viewable member. Sorry for the time waste.
 
Upvote 0
Top