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

TextCell Font-Size

$
0
0

I need to change the textCell fontSize and use css file:

#cellaListView{

    font-size:larger; 
}

in xaml i have:

    <ListView x:Name="listaDati"  StyleId="listView" >
        <ListView.ItemTemplate>
            <DataTemplate>
                <TextCell TextColor="Red"  Text="{Binding}" StyleId="cellaListView" >

                </TextCell>

            </DataTemplate>
        </ListView.ItemTemplate>
    </ListView>

WHY the font size does not CHANGE??

THANKS


Viewing all articles
Browse latest Browse all 77050

Trending Articles



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