Lv - listview to add to EventName - as the library has to hijack the onItemclick Listener to get the position in a timely manner, it then needs to call the standard onItemClick listener set up in the designer or code, the name of which is not available, so this needs to be entered again here. Enter the same eventName you did in the designer or code for the ListView Bg - the background color for the highlight Fg - the Foreground color for the highlight
DimCDPressed,CDNormalAsColorDrawable CDPressed.Initialize(Colors.Blue,0) ' Normal color CDNormal.Initialize(Colors.Yellow,0) 'Selected color
SV.Initialize(ListView1,"ListView1",CDPressed,CDNormal)
Top