B4A Library [B4X] [XUI] xCustomListView - cross platform CustomListView - Erel    Dec 24, 2023   (46 reactions) Update: As several other libraries depend on xCustomListView library, it is no longer recommended to use the code module. Use the library instead. There are several extension classes that add more features to xCLV. They are listed at the end of this post.
Video tutorial:
256437236
xCustomListView B4A Question B4X Custom listview with horizontal and vertical movement - Erel (first post)    Apr 08, 2019   (1 reaction) That's true. xCustomListView is based on ScrollView or HorizontalScrollView (depends on the orientation property). It can only scroll in one axis. B4A Question B4XPages & XUI - klaus (first post)    Jul 01, 2020   (1 reaction) Search for xCustomListView, it is cross-platform and very versatile. B4A Question Add divider (draw line) between 2 item in listview - Harris (first post)    Mar 18, 2019   (1 reaction) Listview is just a primitive object (in my mind). xCustomListView is the way to go for all your needs, as you will quickly discover. It depends on the visual designer, which makes it incredibly easy to layout your design. B4i Question xCustomListView - items that are wider than the list in vertical mode - Alexander Stolte (first post)    Jan 21, 2024   (2 reactions) I found the solution in the clv class.
When you add an item, a panel is created internally which is then added to the scrollist. The panel that we pass to the ".Add" function is then added to this panel.
So i need to resize this internal panel too:
For i = 0 To CustomListView1.Size -1
B4i Question xCustomListView : Adding a Text and Bitmap - Alexander Stolte (first post)    May 13, 2024   (2 reactions) Add a label and a imageview (B4XImageView) to a layout and add this layout to the xCustomListView. B4A Tutorial Simple Photogallery using a Scollview - Erel (first post)    Jan 06, 2019 xCustomListView is a ScrollView with additional features. Sooner or later you will need to implement some of the features yourself anyway. B4i Question TableView - disable overscrolls - Erel (first post)    Apr 05, 2020   (1 reaction) xCustomListView is based on UIScrollView. It is a native control. There are many apps in the store based on xCLV. B4A Question [B4X] ScrollView cross platform [Solved] - DonManfred (first post)    Apr 24, 2020   (4 reactions) xCustomListview B4A Question CustomListView : how to set visibility by code - LucaMs (first post)    May 12, 2023   (1 reaction) xCustomListView is composed of a basic Pane(l) and another view, different according to the language, which will contain the items. The correct instruction is the one I wrote to you in my first post: CustomListView1.GetBase.Visible = True / False If you don't see the xCLV, it is probably under an Page: 1   2   3   4   5   6   7   Powered by ColBERT |