Hello,
An important feature would be the overscroll functionality. With an Integer Output of the overscroll.
Source
With this, you can then easily create a nice load animation, like Instagram, if you pull the list down slowly or a nice easter egg under the list ;) . (thats my plans with this...
hi,
i'm confuse of XCustomListView and CustomListview.
in project using CustomListview, add items code is
For i = 0 To 29
Dim colors1 As Int
Dim csb As CSBuilder
colors1 = Colors.RGB(Rnd(0,255),Rnd(0,255),Rnd(0,255))
csb.Initialize.Color(colors1).Append("#...
May I know how can I disable overscroll in xCustomlistview so the end indicators not showing when I scroll to top or bottom (for vertical) and leftmost or rightmost (for horizontal)?
I am trying to add a CustomListView to a B4i project.
I am getting this error as soon as Page1_Resize() completes:
Application_Start
Error occurred on line: 150 (CustomListView)
Object was not initialized (UILabel)
Stack Trace: (
CoreFoundation <redacted> + 252
libobjc.A.dylib...
Hi all,
Based on this example I want to display data per page of 20 items.
When ReachEnd it will be loading to the next page. But how to handle this because when I scroll down, 3 items at once appear, how can I order 1 item that appears. This will disrupt the page that I will use, when scroll...
Hello,
how i can set a ItemID (String or object) and from this i can get the right Panel. For Access a view. I fill my list with 2 databases and i cant Access the right Panel over the id from the database.
Greetings
Hello,
this would be useful.
Set a ItemID (String or object) and from this you can get the right Panel. For Access a view. I fill my list with 2 databases and i cant Access the right Panel over the id from the database.
Hello,
usually I use the Ultimate Listview from @Informatix for that, but in this case i develop cross plattform.
In the ULV is there a fucntion called "SetLoadImageCallbacks" with this function it is possible to load images asynchron. And whenever the function was called, I downloaded the...
I have added and use the longclick event in xCustomListView.
After upgrading to B4Av8 my app stopped working.
After deleting everything named xCustomListview, it was still in the libraries tab.
Then I realized that it is now a library that's included in B4A and now it is version 1.53.
As I see...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.