ImageView on ScrollView

jnbarban

Member
Licensed User
Longtime User
Hi,
I have a scrollView on a panel.
i have imageView with bitmap ( loadbitmap(...) ) on this scrollview.

When i set the panel at state "visible = false" and after i set panel.visible = true,
all imageView of the scrollview are invisible ?

Bug ? or not ?

thanks
 

klaus

Expert
Licensed User
Longtime User
I tried to reproduce your problem but I don't get the same result.
Setting the Panel.Visible parameter to False and setting it back to True shows the images in the ImageViews on the ScrollView.

So the problem must be somewhere else in your code and to be able to give you any advice you must post your code.

Best regards.
 
Top