I'm trying to implement a TabStrip object but there seems to be very little documentation on it. The only information I could find on B4X was the following:
Basically no explanation of anything.
Where do I find proper documentation for this object?
Or could somebody at least explain...
How can I set the maximum scroll of a xCustomListView?, I'm trying this but it doesn't work how I want
B4X:
Private Sub B4XPage_Created (Root1 As B4XView)
Root = Root1
Dim p0 As B4XView = xui.CreatePanel("")
p0.SetLayoutAnimated(0, 0, 0, 100%x, 200%y)
Dim p1 As B4XView...
Hello,
this is a helper class to make it easier to create a tabstrip from the ASViewPager and ASTabMenu.
Important
You need ASTabMenu V1.13+
I spend a lot of time in creating views, some views i need by my self, but some views not and to create a high quality view cost a lot of time. If you...