hi,
how can i set, by code, "Scrollview width" in clschecklist?
i have:
lstaudio (ClsCheckList) don't have the property "width"...
i tried to see in clsCheckList module, but i don't find the solution...
thanks
:sign0085:
how can i set, by code, "Scrollview width" in clschecklist?
i have:
B4X:
Dim lstAudio As ClsCheckList
...
'scvFiles=scrollview
lstAudio.Initialize( Me, scvFiles, "", "Audio_Click", "Audio_LongClick",1)
...
lstAudio.AddItemNoChkbx(fm.Get("ID" & ix), fm.Get("Title" & ix), fm.Get("Location" & ix), Null)
...
lstAudio.ResizePanel
lstaudio (ClsCheckList) don't have the property "width"...
i tried to see in clsCheckList module, but i don't find the solution...
thanks
:sign0085: