Douglas Farias Expert Licensed User Longtime User Apr 30, 2014 #1 how can i make this? 6 images + 6 images but i cant scroll for down *-* how can i make a touch scroll for see the 6 photos = FOTOS ENVIADAS? i dont know make a scroll down *-* what i use to make a scroll in the red line? user need see 6 photos não enviadas and 6 photos enviadas Attachments Sem título.jpg 75.4 KB · Views: 153
how can i make this? 6 images + 6 images but i cant scroll for down *-* how can i make a touch scroll for see the 6 photos = FOTOS ENVIADAS? i dont know make a scroll down *-* what i use to make a scroll in the red line? user need see 6 photos não enviadas and 6 photos enviadas
derez Expert Licensed User Longtime User Apr 30, 2014 #2 Attach the photos on a scrollview. Then you scroll by moving your finger up or down. Upvote 0
eps Expert Licensed User Longtime User Apr 30, 2014 #3 Yep, ScrollView, CustomListView (based on ScrollView, but takes a lot of the hard work out of it) or ULV (Chargeable from Informatix). See here : http://www.b4x.com/android/forum/threads/scrollview-example.6612/ here : http://www.b4x.com/android/forum/th...ew-a-flexible-list-based-on-scrollview.19567/ and here : http://www.b4x.com/android/forum/threads/lib-chargeable-ultimatelistview.22736/ Upvote 0
Yep, ScrollView, CustomListView (based on ScrollView, but takes a lot of the hard work out of it) or ULV (Chargeable from Informatix). See here : http://www.b4x.com/android/forum/threads/scrollview-example.6612/ here : http://www.b4x.com/android/forum/th...ew-a-flexible-list-based-on-scrollview.19567/ and here : http://www.b4x.com/android/forum/threads/lib-chargeable-ultimatelistview.22736/
Douglas Farias Expert Licensed User Longtime User Apr 30, 2014 #4 *-* with the panel is good because in the design b4a youn can add a imageview at panel but i think panel i cant put scroll correct? Upvote 0
*-* with the panel is good because in the design b4a youn can add a imageview at panel but i think panel i cant put scroll correct?
eps Expert Licensed User Longtime User Apr 30, 2014 #5 You can scroll panels. Something like this? http://www.b4x.com/android/forum/th...vas-larger-than-screen-size.10603/#post-59065 There is a slide event or something similar as well which can be consumed and then move the panel... I can't remember the link to it though. Upvote 0
You can scroll panels. Something like this? http://www.b4x.com/android/forum/th...vas-larger-than-screen-size.10603/#post-59065 There is a slide event or something similar as well which can be consumed and then move the panel... I can't remember the link to it though.
Douglas Farias Expert Licensed User Longtime User Apr 30, 2014 #6 Attach the photos on a scrollview. Then you scroll by moving your finger up or down. Click to expand... @derez but how can i add 6 images? 3 in one line and 3 in another? *-* Upvote 0
Attach the photos on a scrollview. Then you scroll by moving your finger up or down. Click to expand... @derez but how can i add 6 images? 3 in one line and 3 in another? *-*
eps Expert Licensed User Longtime User Apr 30, 2014 #7 ScrollView holds panels, the choice is yours how they arranged. Upvote 0
Douglas Farias Expert Licensed User Longtime User Apr 30, 2014 #8 ok thx man i go make this *-* Upvote 0
derez Expert Licensed User Longtime User May 1, 2014 #9 The scrollview has a panel attached to it, and the panel may be longer than the scrollview itself, so you can put the photos and scroll to see them. Upvote 0
The scrollview has a panel attached to it, and the panel may be longer than the scrollview itself, so you can put the photos and scroll to see them.