I want the columns of listview to fill all the listview. How do I do it ?
<ListView Grid.Row="0" ItemsSource="{Binding }">
<ListView.View>
<GridView>
<GridViewColumn Width="200" Header="1" />
<GridViewColumn Width="300" Header="Details" />
</GridView>
</ListView.View>
</ListView>
Any Ideas, Thanks, Ido