Hi all,
as for thread title, can setLayoutAnimated be called inside a Class ?
I use this code:
B4X:
'Show a console with layout animation.
'Duration: The animation duration in milliseconds. Pass 0 for no animation.
Sub ShowConsole (Duration As Int)
mDuration = Duration ' Store for future...
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...