ListView ItemTemplate 100% width
问题 How can I make content of each ListView item expands to 100% width when using a DataTemplate ? I have tried HorizontalContentAlignment="Stretch" in the ListView and HorizontalAlignment="Stretch" in the DataTemplate , but nothing seems to work, content is still aligned to the left. I have something like this: <ListView x:Name="questionsView" Background="{StaticResource ApplicationPageBackgroundThemeBrush}" HorizontalContentAlignment="Stretch"> <ListView.ItemTemplate> <DataTemplate> <Border