Some apps that I use on my phone has some nice layout and designs, I was wondering if it was possible to do with B4X, or if this is a limitation.
For example, on the home page of the Amazon app, you can scroll down a long list of items.
For some of the sections, you can also scroll horizontally.
I havent really seen something like that on here on the B4X forum.
When doing research, it seems like you have to use either a scrollview, or xCustomListView for the vertical scroll.
However, with both of these options, if you use a vertical scroll, you cannot have any views inside them that is able to scroll.
Here is an example of an app design in Figma, where users can scroll vertically, a long page, as well as have sections where they can scroll through horizontally.
Is it really hard to do in B4X? Or is it currently a limitation, since you cannot have views that scrolls within ScrollView and xCustomListView?
For example, on the home page of the Amazon app, you can scroll down a long list of items.
For some of the sections, you can also scroll horizontally.
I havent really seen something like that on here on the B4X forum.
When doing research, it seems like you have to use either a scrollview, or xCustomListView for the vertical scroll.
However, with both of these options, if you use a vertical scroll, you cannot have any views inside them that is able to scroll.
Here is an example of an app design in Figma, where users can scroll vertically, a long page, as well as have sections where they can scroll through horizontally.
Is it really hard to do in B4X? Or is it currently a limitation, since you cannot have views that scrolls within ScrollView and xCustomListView?