B4A Library [Lib] UltimateListView - Informatix    May 4, 2021   (72 reactions)   tags: B4A UltimateListView, UltimateListView, Informatics 4 today.
The UltimateListView is, as its pompous name says, THE ListView.
It can handle very....paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif
Note that UltimateListView is not a wrapper around... B4A Question UltimateListView database demo not load on a phone - amorosik    Sep 9, 2025 crashed abnormally"
Pc with B4 13.40, sdk35, UltimateListView 4.50
Phone with Android 6...I'm trying to test the Ultimate List View grid and trying to load the Database demo, when... B4A Example UltimateListView Image Grid Example - asales    Feb 22, 2016   (5 reactions)   tags: ListView Image Grid This is an UltimateListView example that I made with a help of @Informatix and your library:
https://www.b4x.com/android/forum/threads/lib-chargeable-ultimatelistview.22736/
It demonstrates the use... B4A Example UltimateListView Example - thedesolatesoul    Oct 30, 2014   (18 reactions)   tags: ULV Listview an alphabet like in Contacts
Requires: UltimateListView, AnimationPlus, Phone libraries
Really... B4A Question UltimateListView occasional error - skaliwag (first post)    Jul 28, 2024
Sub Item_LayoutCreator(LayoutName As String, LayoutPanel As Panel)
Dim imgCard As ImageView '0
imgCard.Initialize("")
imgCard.Gravity=Gravity.FILL
LayoutPanel.AddView..., LayoutPanel As Panel, Position As Int)
Dim imgCard As ImageView
Try
imgCard=LayoutPanel.GetView(0)
Catch
Log("error - View0 is not ready")
Return
End... B4A Question Maintaining Scroll Position in UltimateListView after Refresh - ebalvis    May 22, 2024 I am currently working on a B4A project using UltimateListView and I am facing an issue with maintaining the scroll position after refreshing the list. Here's a brief description of my problem: When I refresh the data in the list, the view resets and jumps to the last item. I have tried to use JumpTo(idx, false) where idx is the position I stored before the refresh using... visual effect. Here's the code I am using to refresh the list: qry = DBData.SQL1.ExecQuery... B4A Question AHSwipeToRefresh's animation duration with UltimateListView - peacemaker    Jul 15, 2017 The sample of pull-to-refresh for UltimateListView is working OK, but when i'm adding it into my project - the animation is only about 1 second and dismissed, but the async sub returning the reply from server is 5-7 seconds. Only after finishing it - STR.Refreshing = False. But why so short animation even to make STR.Refreshing = True especially ?... B4A Question UltimateListView change label text by button click - Alexander Stolte    Mar 25, 2017 Hey Community,
I create a list with the UltimateListView and fill the list with my layout, on this layout are 3 Buttons and any labels.
Here a small section:
54096
How can i give the first label...)
Dim pnl_main As Panel = ClickedPanel.GetView(0)
Dim btn_up As Button = pnl_main.GetView(6)
Dim lbl_counter As Label = pnl_main.GetView(5)
'if counting = 1 Then
'opo... B4A Question UltimateListView & Pull to Refresh - Marco Nissen    May 7, 2022 Hi there some years ago I used UltimateListView to display thumbnails in a scrollable grid, as some sort of a master view. However, the method to refresh the list is a bit clunky right now, because you'll need to open a menu in the top right in order to reload the items. Is there a view since version 4.50 to add a pull to refresh gesture to the ULV? Thanks Marco... B4A Question UltimateListView and SQLite - JGiunta (first post)    Mar 24, 2022
If you run one of these examples, for example WordCount_demo, you will see how data is loaded from
... Page: 1   2   3   |