A AliZubidy Member Licensed User Longtime User Jul 8, 2015 #1 Hello Guys, I'm wondering if there's anyway to do Vertical Sliding Panels, like facebook, instagram, or so. I've been reading many tutorials here on how to do sliding panels, but they all are horizontal slides How can I make it vertical ? Thanks
Hello Guys, I'm wondering if there's anyway to do Vertical Sliding Panels, like facebook, instagram, or so. I've been reading many tutorials here on how to do sliding panels, but they all are horizontal slides How can I make it vertical ? Thanks
Erel B4X founder Staff member Licensed User Longtime User Jul 9, 2015 #2 It shouldn't be difficult to convert this example: https://www.b4x.com/android/forum/threads/8233/#content to scroll vertically. You need to go over the code and understand it and you will then be able to convert it. Upvote 0
It shouldn't be difficult to convert this example: https://www.b4x.com/android/forum/threads/8233/#content to scroll vertically. You need to go over the code and understand it and you will then be able to convert it.
A AliZubidy Member Licensed User Longtime User Jul 9, 2015 #3 Thanks so much, I'll try to convert it now and I'll post the results back so others can use them ^_^ Upvote 0
RandomCoder Well-Known Member Licensed User Longtime User Jul 10, 2015 #4 I'm surprised Erel did not also point you toward the CustomListView as this is a Class for vertical sliding panels. You just need to choose what content to add to each Panel... https://www.b4x.com/android/forum/t...xible-list-based-on-scrollview.19567/#content Upvote 0
I'm surprised Erel did not also point you toward the CustomListView as this is a Class for vertical sliding panels. You just need to choose what content to add to each Panel... https://www.b4x.com/android/forum/t...xible-list-based-on-scrollview.19567/#content
A AliZubidy Member Licensed User Longtime User Jul 10, 2015 #5 RandomCoder said: I'm surprised Erel did not also point you toward the CustomListView as this is a Class for vertical sliding panels. You just need to choose what content to add to each Panel... https://www.b4x.com/android/forum/t...xible-list-based-on-scrollview.19567/#content Click to expand... Thanks soooo much, this is EXACTLY what I needed Couldn't get any better Upvote 0
RandomCoder said: I'm surprised Erel did not also point you toward the CustomListView as this is a Class for vertical sliding panels. You just need to choose what content to add to each Panel... https://www.b4x.com/android/forum/t...xible-list-based-on-scrollview.19567/#content Click to expand... Thanks soooo much, this is EXACTLY what I needed Couldn't get any better