B4i Question CustomListView : item selection, change color or message wait - Erel (first post)    Jan 24, 2022   (1 reaction) Please use code here... tags when posting code.
CLVSelections - extended selection modes for xCustomListView B4i Code Snippet B4i [class] CLVDragger - drag to reorder items in customlistview - Binary01    Jul 20, 2021   (5 reactions) This is a B4i class module to reorder items of customlistview by dragging. This class is modified version of wes58's B4A CLV Dragger which is based on Erel's B4J CLV Dragger class. Usage: - AddDragButtons to add the drag button on each customlistview item. - RemoveDragButtons to remove all drag b B4i Question (Solved) How to get CustomListView on a page? - hatzisn (first post)    Feb 26, 2021   (1 reaction) Define a variable as a customlistview and point it to the tag property of the customlistview in this tab.
Dim clvTemp As CustomListView = pg.RootPanel.GetView(2).Tag
Then access it through this variable. B4i Tutorial Add UIRefreshControl To CustomListView - Brandsum    May 31, 2019   (2 reactions) ;
;
return refreshControl;
}
- (void)refresh:(id)sender {
UIRefreshControl *refreshControl=sender;
];
}
#end if
Now you can use this class to add refresh control to any CLV of any page you want. like this,
'Code module
Sub Process_Globals
'These global variables will be decla B4i Library [class] CustomListView - Erel    Aug 27, 2017   (6 reactions) http://www.b4x.com/basic4android/images/SS-2014-11-06_16.22.15.png
B4i implementation of CustomListView (http://www.b4x.-customlistview-a-flexible-list-based-on-scrollview.19567/#content).
Note that you should make sure that there is a live reference to all instances of CustomListView. Otherwise t B4i Question CustomListView.DefaultTextFont impaired by XUIViews - Erel (first post)    Mar 18, 2021   (1 reaction) I guess that you used the old CustomListView module, right? Before XUI was released.
You need to remove that module and switch to xCustomListView (also named CustomListView). It is cross platform and much much better.
You can set the default text font with the designer (best option) or programmatic B4i Question Customlistview change textsize property in b4i - Erel (first post)    Sep 18, 2022   (1 reaction) Try this:
clv.DesignerLabel.As(B4XView).TextSize = 30 B4i Question xCustomListView Horizontal - list can also be scrolled vertically - Erel (first post)    Nov 21, 2023   (1 reaction) Yes! CustomListView1.sv.As(NativeObject).SetField("", 2) 'Never B4i Question CustomListView Multi platform - Alexander Stolte (first post)    Dec 17, 2020   (1 reaction) Yes it can, because an "B4X" is in the title. B4i Library [Class] ImageDownloader - Erel (first post)    Jul 31, 2016   (2 reactions) 46528 Example of CustomListView with ImageDownloader. Page: 1   2   3   4   5   6   7   Powered by ColBERT |