ListView Checkbox Column

0
0

Hi,

Is it posible to show Checkbox on each row in ListView (in details mode) without creating column header for column checkbox?

Thank for your help,

Page

  • You must to post comments
0
0

Hi Page,

Actually a much easier solution for you: set the ListView.CheckBoxes property to true!

It’s a lot easier than setting the ImageSource.

Best regards,

Levie

  • You must to post comments
0
0

Hi Page,

Just set the ImageSource of the ListViewItem. I’ve attached a picture showing the behavior.

You can change the ImageSource of the ListViewItem with the SelectedIndexChanged event.

You can find the CheckBox images in the Theme Images.

Best regards,

Levie

Attachment
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.