B4A Tutorial ListView tutorial - Erel    Apr 27, 2020   (11 reactions)   tags: listview, listview tutorial Don't use ListView. Use xCustomListView - it is more powerful, easier to work with and cross platform.... Italian [risolto] help su CustomCardView Base On CustomListview Module Grazie @Sagenut - Xfood    Jun 24, 2024 , and the 45%y is the cardview height)
Listview_CV.Add(CreateListItem(47%x, 45%y), 45%y... nessuna risposta
per cancellare utilizzo Listview_CV.Clear
Grazie mille anticipatamente
Private... B4J Tutorial Customized ListView - Erel    Apr 27, 2020 Use xCustomListView instead.... B4J Question [B4X] DateListview - aeric    Jul 15, 2021   (6 reactions) This library is still working in progress. I am learning to create a B4X library for date picker with CustomListview. The result is still not I expected. The code to draw the calendar is based on B4XDateTemplate of XUI View. Can anyone help to fix the panel resize and selected date? How can I color the date without being cleared when I move my mouse pointer? How can I set/color more than 1 date? 116461... B4i Tutorial TableView - "B4i ListView" - Erel    Mar 8, 2015   (11 reactions) The TableView view from iTableView library wraps the native UITableView control. This control is similar to B4A ListView though it is more powerful. Do not confuse TableView with Table class which... is optimized for very large lists. It only creates internal views for the visible cells and reuses... you can use CustomListView class. TableView holds one or more sections. Each section holds a list... will be animated. Dim items As List = TableView1.GetItems(0) Dim tc As TableCell 'create a new item... B4A Question StateManager and CustomListview - LucaMs    Jun 29, 2018 If I have not made any mistakes, it seems to me that StateManager can not rebuild (save & restore) CustomListviews (let alone xCustomListviews) and their contents.... B4i Question Unusual problem with xCustomListview and ScrollToItem - Filippo    Mar 31, 2022 Hi, I have an unusual problem with xCustomListview and ScrollToItem. There are only 2 items, if you fill the 2 items, then the display scrolls down. In Android it works properly, it does not scroll. The B4i-project and a video is attached.... B4A Question Need help with SecondLabel.Text in a ListView - GMan    Oct 5, 2024 ListView - so why is there this error ?...I have a ListViewNummern with 2 Labels - both with text only.
Now i want to read out... B4A Question Set Panel heigth in normal ListView - GMan    Sep 30, 2024 wouldnt change the heigth, no matte what numbers i give
ListViewNummern.TwoLinesAndBitmap.ImageView.SetLayout(0dip, 350dip, 400dip , 350dip)
ListViewNummern.TwoLinesAndBitmap.ItemHeight... B4A Question Out Of Memory on ListView - Alberto Iglesias    Jun 9, 2016 The ListView Control with a large number of itens WITH bitmaps from photos, got OUT OF MEMORY error. What´s the best (or correct) way to show a image list from a folder (I got this error after some photos loaded) lstFiles.AddTwoLinesAndBitmap2( "text1","text2", LoadBitmapSample(imageDir,imageFile,512,512),strFilePath) Error in this line after some photos: Downsampling image due to lack of memory: 4 Downsampling image due to lack of memory: 8 Downsampling image due to... Page: 1   2   3   4   5   6   7   |