摘要: 1,数据表2,XAML制作一个三行的表格<Grid.RowDefinitions><RowDefinition Height="*"/><RowDefinition Height="auto"/><RowDefinition Height="30"/></Grid.RowDefinitions>3,用ListView集合控件承载数据记录View Code <ListView x:Name="listView1" MinWidth="280& 阅读全文
posted @ 2011-07-02 02:16 飞越蓝天 阅读(2610) 评论(0) 推荐(0)