B4A Question Delete panel from ScrollView - Erel (first post)    Oct 19, 2017 Why aren't you using CustomListView? CustomListView is a ScrollView with panels as items. It will take care of organizing the items for you (with or without animations). B4A Question CustomListView (CLV): a collection of examples. - PaulMeuris    Oct 18, 2024   (8 reactions) In the last few years I have been using CustomListView views in most of the tutorials I wrote. In this tutorial you can find a few of those CustomListView (CLV) examples.
You can use a CLV with text items that don’t require an extra layout. Each text item is placed in an internal label. The text is B4A Question CustomListView Exception on "Return sv" for "AsView" - fixit30 (first post)    Apr 25, 2015   (1 reaction) CustomListView is an activity variable which means that when the screen is rotated the variable is destroyed.
You need to look at alternatives for storing the CustomListView items so that it can be restored after screen rotation. Maybe store the them in a list declared in Process_Globals and resto B4A Question about customlistview. - czzgwz88888 (first post)    Feb 08, 2022   (1 reaction) I mean, show it directly to the last record. Although your answer is not what I need, thank you, Erel. Now I have solved the problem and use clv.ScrollToItem(clv.Size-1) or clv.JumpToItem(clv.Size-1).thank you again.? B4A Question How to get the text of an editext in a panel in scrollview - Andrew (Digitwell) (first post)    Dec 20, 2019   (1 reaction) That's good to know. CustomListview is the Swiss army knife of B4X :) B4A Question CustomView List Properties - Erel (first post)    Jan 09, 2017 I recommend you to study this example: CustomListView - A flexible list based on ScrollView 1. It is easier to create the items layout with the designer. 2. You should handle the click events of the various views. See how Button1_Click and Checkbox1_CheckedChange events are implemented in that examp B4A Question Basic understanding of xCustomListView - DonManfred (first post)    Mar 24, 2020 CustomListView ist NOT part of XUI Views!
CustomListView is part of the CustomListView-Module. It is also part of xclv Library (same Name: CustomListView).
Create a new project. JUST add XUI Views and nothing else.
Go to the designer and you´ll see there is no CustomListView to select. B4A Question Customlistview with 2 columns and different heights - LucaMs (first post)    Jan 19, 2021   (1 reaction) There is another secret: CustomListViews are based on ScrollView and although they are the best choice almost alway, in this case I think just using a ScrollView is more "natural". it is the right View. B4A Question ListView : change selected item background - Erel (first post)    Aug 06, 2017 CustomListView is a custom solution based on ScrollView. You can download the source code and make it work with B4A v3.8. B4A Question [B4X] CustomListView - Ensure that the last item is fully visible - Alexander Stolte (first post)    Aug 05, 2024   (1 reaction) something like this?
https://www.b4x.com/android/forum/threads/b4x-snapclvadvanced-move-to-the-nearest-item-instant-snap.139371/ Page: 1   2   3   4   5   6   7   Powered by ColBERT |