Search results for query: *

  1. K

    DataGrid not updating property when using "single click" CheckBox column

    Yes I did. The setter is not being called. Maybe because it is "single click" checkbox. I don't know.
  2. K

    DataGrid not updating property when using "single click" CheckBox column

    I prefer the checkboxes way, since it is much easier to control various selections. Anyway, since I have problem with reflection of selected checkboxes in the property, my interest of solving it increase greatly.
  3. K

    DataGrid not updating property when using "single click" CheckBox column

    I am using a Datagrid in MVVM, and I want to remove the "double click" behavior of the Standard DataGrid, which contains one Checkbox-Column (inside a DataTemplateColumn) and another two regular columns, as follows: Unfortunately, the CheckBox column works fine (single click), but clicking...
  4. K

    ProgressBar doesn't work properly

    I am using C# WPF MVVM. The ProgressBar is colored red after a while, but it does not show any movement, and the percentage is not incremented and stays at 0%. <Button Grid.Row="0" Content="Start" Command="{Binding StartCommand}" Style="{StaticResource RotatingButton}" FontWeight="Bold"...
Back
Top Bottom