Consider this small piece of code:
var list = new ListView(items)
{
X = 3,
Y = 3,
Width = Dim.Fill(2),
Height = Dim.Fill(2),
AllowsMarking = true
};

I would like to be able to click on the empty box and an "X" appears like so:

It seems I can click on a list item and it becomes highlighted, but I can't seem to mark it.
I believe that this issue is resolved by this pr https://github.com/migueldeicaza/gui.cs/pull/302
Awesome! Hoping that can get in before the next release :)
The PR has been merged, thanks!
Most helpful comment
The PR has been merged, thanks!