B4A Question Problem with mListview - Informatix (first post)    Mar 5, 2013 pass though :BangHead:
Maybe you can consider an alternative: UltimateListView. It's not free but it works well and does a lot more than any other listviews (or similar views).
If your list... B4J Library [ABMaterial]: MashListView - Mashiane    Dec 17, 2017   (3 reactions) mlistView As MashListView mlistView.Initialize(page,"mlistView") mlistView.GroupItems = True mlistView.AddItemIcon("icon",MashPlugIns.MaterialIcons.mdi_access_time...Hi there dERX3aOS_8E The MashListView is a simple ListView for your ABMaterial WebApps...",True,"") mlistView.AddItemAvatar("mashy","../images/sponge.png...,"") mlistView.AddItemAvatar("eric","../images/eric.png","Eric... B4A Question Java Code not working - ilan    Oct 3, 2018 ))
Return pos
End Sub
'
#If Java
public static int topLv(ListView mListView) {
int index = mListView.getFirstVisiblePosition();
View v = mListView.getChildAt(0);
int... B4A Library AHNavigationDrawer - Native Google Navigation Drawer - corwin42    Sep 14, 2015   (18 reactions) libs folder (you don't need an xml file for it)
The example uses the mListView library... (Ultimate ListView)
- New MaterialMenuDrawable object for Material Design Burger/Arrow/Cross/Check... B4A Question Library find - klaus (first post)    Nov 22, 2019   (1 reaction) The B4A mListView is HERE.... B4A Library [lib]mListView based on native ListView - brunnlechner (first post)    Feb 24, 2019 Hello icefairy333,
is it possible to make a Update for the great mListview with functions of the new native ListView?
Thank You
Franz... B4A Question Suggest ListView with selection - peacemaker    Nov 17, 2013 HI, All
Please, suggest a ListView class or lib (but not the mListView lib that is buggy), where selection is highlighted (or any way to show that tapped), SingleLine and TwoLine also.
Without extra features, just selection - CustomLIstView is too difficult, and it needs to have possibility to store many items, more than 3000.... B4A Question how to increase on the length of the slide menu - Makumbi    Jan 10, 2019 Private mListView As ListView Private mInAnimation As Animation Private... mSlidePanel.Initialize("mSlidePanel") mListView.Initialize("mListView") mListView.TwoLinesAndBitmap.SecondLabel.Visible = False mListView.TwoLinesAndBitmap.ItemHeight = 50dip mListView.TwoLinesAndBitmap.Label.Gravity = Gravity.CENTER_VERTICAL mListView.TwoLinesAndBitmap.Label.Height = mListView.TwoLinesAndBitmap.ItemHeight mListView... B4A Question Add line on the top of a listview - inakigarm (first post)    Oct 25, 2015 Mlistview has an divider option: https://www.b4x.com/android/forum/threads/lib-mlistview-based-on-native-listview.25413/#content... B4A Library [Class] SlideMenu - GMan (first post)    May 6, 2014
mListView.AddTwoLinesAndBitmap2(Text, "", Null, ReturnValue)
Else
mListView.AddTwoLinesAndBitmap2(Text, "", Image, ReturnValue)
End If
'Log (mListView.Size &... Page: 1   2   3   4   5   6   7   |