Hi,
is there a way to center text inside LoadOnDemandItemTemplate template?
The current code in the documentation produces left aligned text. Thanks
<telerikDataControls:RadListView.LoadOnDemandItemTemplate> <DataTemplate> <Grid BackgroundColor="Red"> <Label FontSize="24" HorizontalOptions="Center" Text="Load more items" TextColor="Black" /> </Grid> </DataTemplate></telerikDataControls:RadListView.LoadOnDemandItemTemplate>