Search:

Type: Posts; User: ShiroDin

Search: Search took 0.02 seconds.

  1. Re: Change datagrid cell color based on the value of the cell?

    Thanks for the answer, but I'm a c# developer and also I need a pure xaml solution..
  2. Change datagrid cell color based on the value of the cell?

    I've this DataGrid structure:



    <DataGrid ItemsSource="{Binding MatchService.Matches}" AutoGenerateColumns="False"
    CanUserAddRows="false" IsReadOnly="True">
    ...
  3. Re: Not able to find ToggleButton in CollectionViewGroup

    Yes, is wpf -> c#. But the problem is relative to c#.
  4. Not able to find ToggleButton in CollectionViewGroup

    I'm trying to find a `ToggleButton` associated in my CollectionViewGroup, my xaml structure is the following:


    <UserControl.Resources>
    <CollectionViewSource Source="{Binding...
Results 1 to 4 of 4



Click Here to Expand Forum to Full Width