xcustomlistview by code

  1. A

    Android Question adding xCustomListView by code

    I tried to add xCustomListView by code to activity by code but a yellow warning appeared that type do not match(warning#22). How should I add CLVby only by codes? dim xlv as CustomListView xlv.Initialize(Me,"xlv") Activity.AddView(xlv,0,0,Activity.Width,Activity.Height)
Top