BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<syncfusion:SfListView.GroupHeaderTemplate>
<DataTemplate>
<ViewCell>
<ViewCell.View>
<Grid Padding="2" Margin="2">
<Frame Padding="2" Margin="2" OutlineColor="AntiqueWhite" HasShadow="True">
<StackLayout>
<Label x:Name="label" Text="{Binding Key, StringFormat='\{0:dd-MM-yyyy}'}"
FontSize="22"
FontAttributes="Bold"
VerticalOptions="Center"
HorizontalOptions="Start"
/>
</StackLayout>
</Frame>
</Grid>
</ViewCell.View>
</ViewCell>
</DataTemplate>
</syncfusion:SfListView.GroupHeaderTemplate> |