wpf listview 使用
單列:
<ListView Grid.Column="1" Height="284" HorizontalAlignment="Left" Margin="64,73,0,0" Name="listView1" VerticalAlignment="Top" Width="310" >
?? ? ? ? ? ?<ListView.ItemsPanel>
?? ? ? ? ? ? ? ?<ItemsPanelTemplate>
?? ? ? ? ? ? ? ? ? ?<WrapPanel > ? ? ? ? ? ? ? ? ? ? ? ?
?? ? ? ? ? ? ? ? ? ?</WrapPanel>
?? ? ? ? ? ? ? ?</ItemsPanelTemplate>
?? ? ? ? ? ?</ListView.ItemsPanel>
?? ? ? ? ? ?<ListView.ItemTemplate>
?? ? ? ? ? ? ? ?<DataTemplate>
?? ? ? ? ? ? ? ? ? ?<Grid >
?? ? ? ? ? ? ? ? ? ? ? ?<CheckBox IsChecked="{Binding checked}" Content="{Binding text}" ></CheckBox>
?? ? ? ? ? ? ? ? ? ?</Grid>
?? ? ? ? ? ? ? ?</DataTemplate>
?? ? ? ? ? ?</ListView.ItemTemplate>
?? ? ? ?</ListView>
多列:
<ListView Margin="12,30,12,10" Name="listviewLog" Grid.Row="1">
?? ? ? ? ? ?<ListView.View>?? ? ? ? ? ? ? ?<GridView>
?? ? ? ? ? ? ? ? ? ?<GridView.Columns> ? ? ? ? ? ? ? ? ? ? ? ?
?? ? ? ? ? ? ? ? ? ? ? ?<GridViewColumn Header="操作人" ? Width="80">
?? ? ? ? ? ? ? ? ? ? ? ? ? ?<GridViewColumn.CellTemplate>
?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?<DataTemplate>
?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?<TextBlock Text="{Binding Path=OPERATOR}" ToolTip="{Binding Path=OPERATOR}"></TextBlock>
?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?</DataTemplate>
?? ? ? ? ? ? ? ? ? ? ? ? ? ?</GridViewColumn.CellTemplate>
?? ? ? ? ? ? ? ? ? ? ? ?</GridViewColumn>
?? ? ? ? ? ? ? ? ? ? ? ?<GridViewColumn Header="時間" ?Width="150">
?? ? ? ? ? ? ? ? ? ? ? ? ? ?<GridViewColumn.CellTemplate>
?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?<DataTemplate>
?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?<TextBlock Text="{Binding Path=DDATE}" ToolTip="{Binding Path=DDATE}"></TextBlock>
?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?</DataTemplate>
?? ? ? ? ? ? ? ? ? ? ? ? ? ?</GridViewColumn.CellTemplate>
?? ? ? ? ? ? ? ? ? ? ? ?</GridViewColumn>
?? ? ? ? ? ? ? ? ? ? ? ?<GridViewColumn Header="內(nèi)容" ?Width="500" >
?? ? ? ? ? ? ? ? ? ? ? ? ? ?<GridViewColumn.CellTemplate>
?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?<DataTemplate>
?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?<TextBlock Text="{Binding Path=CONTENT}" ToolTip="{Binding Path=CONTENT}"></TextBlock>
?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?</DataTemplate>
?? ? ? ? ? ? ? ? ? ? ? ? ? ?</GridViewColumn.CellTemplate>
?? ? ? ? ? ? ? ? ? ? ? ?</GridViewColumn>
?? ? ? ? ? ? ? ? ? ?</GridView.Columns>
?? ? ? ? ? ? ? ?</GridView>
?? ? ? ? ? ?</ListView.View>
?? ? ? ?</ListView> 創(chuàng)作挑戰(zhàn)賽新人創(chuàng)作獎勵來咯,堅持創(chuàng)作打卡瓜分現(xiàn)金大獎
總結(jié)
以上是生活随笔為你收集整理的wpf listview 使用的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: [WPF]ListView点击列头排序功
- 下一篇: 屏幕录制软件,挺好用的