Che Mohamad Member Licensed User May 13, 2024 #1 Hello, In B4A, I can easily add a line into a Menu which contains Text and a bitmap. ListView: lvlMenu.AddTwoLinesAndBitmap("Tools","",LoadBitmap(File.DirAssets,"Tools.png")) Question : I am now converting to B4i. What's the equivalent of this code if I were to use the xCustomListView library? Anyone?
Hello, In B4A, I can easily add a line into a Menu which contains Text and a bitmap. ListView: lvlMenu.AddTwoLinesAndBitmap("Tools","",LoadBitmap(File.DirAssets,"Tools.png")) Question : I am now converting to B4i. What's the equivalent of this code if I were to use the xCustomListView library? Anyone?
Alexander Stolte Expert Licensed User Longtime User May 13, 2024 #2 Che Mohamad said: I am now converting to B4i. What's the equivalent of this code if I were to use the xCustomListView library? Anyone? Click to expand... Add a label and a imageview (B4XImageView) to a layout and add this layout to the xCustomListView. Upvote 1
Che Mohamad said: I am now converting to B4i. What's the equivalent of this code if I were to use the xCustomListView library? Anyone? Click to expand... Add a label and a imageview (B4XImageView) to a layout and add this layout to the xCustomListView.