Bug in a Scroll of DataGrid - WPF? -
i hope can me this: i have datagrid 20 rows , every time check checkbox in 1 of columns, label value increasing 100 each time or decreasing if unchecked. so, once i've checked rows value of label 2000. see below: when reduce height of datagrid vertical scroll appear , when i'm checking checkboxes procedure seem similar can see: but if scroll vertical bar downwards, other checkboxes appear enabled or checked, idea why? in case i've checked first 6 checkboxes , value of label 600, fine, why other ones appear checked ? thanks.. here code i've used: <stackpanel name="spuno" width="auto " lostkeyboardfocus="spuno_lostkeyboardfocus" > <button name="btn_accion" margin="5" width="100" height="30" content="accion" click="btn_accion_click"> </button> <label name="lbl_muestra" width="300" margin="5"/...