Android Question Change CustomListView's width in code

gunnarjonsson

Member
Licensed User
Longtime User
Hi All!
I have been trying to adapt the width of a customlistview based on current display width.
I have tried to change it by using
B4X:
clv1.sv.width=70%x
in Activity_Create. Is there a better way to do this?
 
Top