Posts by João Santana • 31 points
3 posts
-
1
votes0
answers16
viewsQ: UWP Community Toolkit, Datagrid control : how to align cell content on the right
I have a numerical column in a Datagrid that I want your content to be right aligned. I I read the documentation, chiefly Customizable templates and styling for Cells, Rows and headers where I…
uwpasked João Santana 31 -
1
votes1
answer38
viewsA: UWP XAML Listview.Itemtemplate does not follow the column spacing defined in Listview.Headertemplate
In this Stackoverflow Question there is a solution: <ListView.ItemContainerStyle> <Style TargetType="ListViewItem"> <Setter Property="HorizontalContentAlignment" Value="Stretch"/>…
-
1
votes1
answer38
viewsQ: UWP XAML Listview.Itemtemplate does not follow the column spacing defined in Listview.Headertemplate
I’m writing an app with ListView defined below: <ListView x:Name="TodosRecibos"> <ListView.HeaderTemplate> <DataTemplate> <Grid Padding="12" Background="Transparent">…