MahApps / MahApps.Metro

A framework that allows developers to cobble together a better UI for their own WPF applications with minimal effort.
https://mahapps.com
MIT License
9.27k stars 2.45k forks source link

Checkbox in datagrid selecting others that not was selected #3387

Closed willerhreis closed 5 years ago

willerhreis commented 5 years ago

Describe the bug In a datagrid, I have many rows with check buttons. When I select some rows and scroll down the datagrid, other rows are selected automatically.

To Reproduce Steps to reproduce the behavior:

  1. Go to dataGrid
  2. Click on checkbox and select many rows
  3. Scroll down and you can see that others rows was selected

Expected behavior Only selected rows should be marked.

Environment(please complete the following information):

punker76 commented 5 years ago

@willerhreis I can not reproduce this with the main demo. So maybe a short sample could help. thx

punker76 commented 5 years ago

@willerhreis ping