LucaMs Expert Licensed User Longtime User Apr 29, 2018 #1 I had to use: B4X: clv1.AsView.Color = Colors.Transparent Dim sv As ScrollView sv = clv1.AsView.GetView(0) sv.Panel.Color = Colors.Transparent and I am too lazy to write all those lines each time
I had to use: B4X: clv1.AsView.Color = Colors.Transparent Dim sv As ScrollView sv = clv1.AsView.GetView(0) sv.Panel.Color = Colors.Transparent and I am too lazy to write all those lines each time