Using listView.SetItemChecked(-1, true);
works fine here.
Here is my Activity I tested with:
SetContentView(Resource.Layout.Main);
var listView = FindViewById(Resource.Id.listView);
_listAdapter = new CustomListAdapter(this);
listView.Adapter = _listAdapter;
var button = FindViewById
Main.axml: