Gui.cs: feature request: ListView should allow clickable checkboxes when `AllowMarkings` is set

Created on 12 Feb 2020  路  3Comments  路  Source: migueldeicaza/gui.cs

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
            };

image

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

It seems I can click on a list item and it becomes highlighted, but I can't seem to mark it.

Most helpful comment

The PR has been merged, thanks!

All 3 comments

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tig picture tig  路  4Comments

UnrealSecurity picture UnrealSecurity  路  4Comments

tig picture tig  路  4Comments

daltskin picture daltskin  路  7Comments

tig picture tig  路  3Comments