Sub Globals
'These global variables will be redeclared each time the activity is created.
Dim ds As CustomListView
Private ds As CustomListView
Private p As Panel
End Sub
ds.Initialize("","CustomList")
p.AddView(ds.AsView,0,0,100%x,100%y)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.