随笔分类 -  WPF

WPF
 
listview添加列
摘要:xaml文件设置<ListView Name="BscAndMscListView" MaxHeight="200" MaxWidth="250" VerticalAlignment="Top" Opacity="0.8" ItemsSource="{Binding}"> <ListView.View> <GridView AllowsColumnReorder="t... 阅读全文
posted @ 2010-01-25 11:17 whale 阅读(965) 评论(0) 推荐(0)