Dim clvMenu As CustomListView ' This is in Process Globals
Dim tDesc As String = rS.GetString("catdesc")
Dim cli As Panel = CreateCatItem(tDesc,clvMenu.AsView.Width,25dip)
Dim NullItem As Int = -1
' clvMenu.Add(cli,30dip,-1)
clvMenu.Add(cli,NullItem)
When compiling I get an error on the clvMenu.Add line. "Too many parameters". As you can see, there are clearly two parameters.
Have tried Clean, etc. If it makes any difference, I was orginally using the built-in CustomListView