Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 58056

TableView with Colors

$
0
0

This is my Xaml. Is there a way to change the color for the Title, Entry label and entry text?

<TableSection Title="{Binding Translations.details}">
            <EntryCell Label="{Binding Translations.name}" Text="{Binding Model.Name}" IsEnabled="false"/>
            <EntryCell Label="{Binding Translations.BO}" Text="{Binding Gd}" IsEnabled="false"/>
            <EntryCell Label="{Binding Translations.date}" Text="{Binding Date}" IsEnabled ="false"/>
            <EntryCell Label="{Binding Translations.started}" Text="{Binding Started}" IsEnabled="false"/>
 </TableSection>

Tahnk you!


Viewing all articles
Browse latest Browse all 58056

Trending Articles