giannimaione Well-Known Member Licensed User Longtime User May 25, 2018 #1 Hi all, how to redraw or resize a customlistview ? in demo app , i want to resize ccc1 (customlistview), but it not fill with all items Attachments demo_ListView.zip 14.5 KB · Views: 145
Hi all, how to redraw or resize a customlistview ? in demo app , i want to resize ccc1 (customlistview), but it not fill with all items
LucaMs Expert Licensed User Longtime User May 25, 2018 #2 B4X: ccc1.AsView.Height = Activity.Height - ccc1.AsView.Top - 6%y ccc1.sv.Height = ccc1.AsView.Height ' <--- add this End If Upvote 0
B4X: ccc1.AsView.Height = Activity.Height - ccc1.AsView.Top - 6%y ccc1.sv.Height = ccc1.AsView.Height ' <--- add this End If
giannimaione Well-Known Member Licensed User Longtime User May 25, 2018 #3 LucaMs said: B4X: ccc1.AsView.Height = Activity.Height - ccc1.AsView.Top - 6%y ccc1.sv.Height = ccc1.AsView.Height ' <--- add this End If Click to expand... perfect! Grazie Upvote 0
LucaMs said: B4X: ccc1.AsView.Height = Activity.Height - ccc1.AsView.Top - 6%y ccc1.sv.Height = ccc1.AsView.Height ' <--- add this End If Click to expand... perfect! Grazie