Resizing a list in WPF
How to resize the list when the main window changes?
Sorry for editing.
Want to set minwidth for gridviewcolumn. This way the listview column is set to its minimum width when the page is resized. Is it possible?
Thanks SD
</GridViewColumn>
<GridViewColumn Header="Item">
</GridViewColumn>
<GridViewColumn Header="Price">
</GridViewColumn>
<GridViewColumn Header="Total Price1">
</GridViewColumn>
</GridView>
</ListView.View>
</ListView>
</Grid>
+1
sDev
a source
to share