Horizontal Scroll

Smee

Well-Known Member
Licensed User
Longtime User
I am (attempting) writing an app for a 10" Tablet. The app will use a lot of jpg's and vertical scrolling is not an effective solution. What i would really like to see is the possibility of Horizontal Scrolling. When i change the wallpaper on the tablet all the pictures are horizontally scrolled. It is a much more effective use of real estate.

Thanks for a great piece of software Erel, even though i am at a very 'Basic' stage and do not fully understand all the concepts yet I hope to be writing effectively soon
 

Smee

Well-Known Member
Licensed User
Longtime User
Thanks Widget,

I am using Erels code in my app and it does work great. However, and this is not to take away from Erel's code, it is a work around for a true horizontal scroll. Having said that i could not be writing my app without the scrolling panels code.

Thanks Erel.

:sign0060:
 

Smee

Well-Known Member
Licensed User
Longtime User
Horizontal ScrollView will be added in the next update.

That is great news

Note that in your case the SlidingPanels is actually better as it allows you to reuse the panels. This is not possible with ScrollView.

So would it work similar to vertical scrolling does now where we can catch click events?

I can hardly wait.
Thanks Erel
 

Inman

Well-Known Member
Licensed User
Longtime User
Fantastic News. I have been trying to simulate the perfect horizontal scrollview, based on the sliding panels tutorial, but couldn't do it. This is great.
 

Smee

Well-Known Member
Licensed User
Longtime User
Fantastic News. I have been trying to simulate the perfect horizontal scrollview, based on the sliding panels tutorial, but couldn't do it. This is great.

I got one working but it is not as smooth as the listview controls etc when sliding the finger acrosss.

Now my manager wants a page flick program for the reps. I have built one for windows and the internet but i am stuck with the Android. I know it is possible but i am unable as yet to implement

Joe
 
Top