Resize listview in WPF
Posted
by sDev
on Stack Overflow
See other posts from Stack Overflow
or by sDev
Published on 2009-05-20T14:26:16Z
Indexed on
2010/03/20
15:01 UTC
Read the original article
Hit count: 626
wpf-controls
|wpf
Hi,
How to resize listview when main window is resized?
Sorry for editing.
Want to set the minwidth for gridviewcolumn. So the listview column is set to the min width when 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>
© Stack Overflow or respective owner