Image In A Scrollview..?

I’ve added a ScrollView and the text in it but I want that JPG files are shown in that ScrollView, does it have to be png files?

Also, how do I make the photos in the scrollview downloadable? I want that when you press on it that you can set it as wallpaper, but first can I make JPG files appear in a scrollview?

Thanks!

I’ve added a ScrollView and the text in it but I want that JPG files are shown in that ScrollView, does it have to be png files?

Also, how do I make the photos in the scrollview downloadable? I want that when you press on it that you can set it as wallpaper, but first can I make JPG files appear in a scrollview?

Thanks!

You can create a display object (via a jpg file) and insert it into a scrollView for sure. See the SampleCode/Interface/WidgetDemo sample for an example of this.

I’ve added a ScrollView and the text in it but I want that JPG files are shown in that ScrollView, does it have to be png files?

Also, how do I make the photos in the scrollview downloadable? I want that when you press on it that you can set it as wallpaper, but first can I make JPG files appear in a scrollview?

Thanks!

You can create a display object (via a jpg file) and insert it into a scrollView for sure. See the SampleCode/Interface/WidgetDemo sample for an example of this.