Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Row Trigger #134

Open
rspulini opened this issue Apr 13, 2020 · 2 comments
Open

Row Trigger #134

rspulini opened this issue Apr 13, 2020 · 2 comments

Comments

@rspulini
Copy link

how can I define a row trigger? Thanks.

@akgulebubekir
Copy link
Owner

trigger to what? Tap?

@garsia0
Copy link

garsia0 commented Nov 16, 2022

define template example

  <dg:DataGridColumn.CellTemplate>
                        <DataTemplate>
                            <ContentView HorizontalOptions="Fill" VerticalOptions="Fill">
                                        <ContentView.Triggers>
                                            <DataTrigger TargetType="ContentView" Binding="{Binding Path=Color}" Value="0">
                                                <!-- Blanco -->
                                                <Setter Property="BackgroundColor" Value="#6CFFFFFF"></Setter>
                                            </DataTrigger>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants