Quantcast
Channel: Windows Presentation Foundation (WPF) forum
Viewing all articles
Browse latest Browse all 18858

Datagrid AutoGenerateColumns="True" forecolor IValueConverter

$
0
0

Hey Guys

Have a data grid with Auto Generate Columns="True" 

Have a IValue Convertor

 Public Function Convert(value As Object, targetType As Type, parameter As Object, culture As Globalization.CultureInfo) As Object Implements IValueConverter.Convert

        If Not value Is Nothing Then
            If value > gameOrderMin Then
                Return New SolidColorBrush(Colors.Red)
            End If
        End If

        Return New SolidColorBrush(Colors.Black)
    End Function

won't to wire up the converter to check the cell value pass in from the itemsource to change foreground color depending of a condition

I assume I need a data template style forecolor={Foreground="{Binding Converter={StaticResource DatagridForgroundColor}}"}

thingy??


Viewing all articles
Browse latest Browse all 18858

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>