ListView Add Select All Button
仅提供English版本

Select all or cancel entire list by clicking select all button
#XML
1 | <ListView Name="ListView" HorizontalAlignment="Left" Height="200" Margin="90,155,0,0" VerticalAlignment="Top" Width="175" > |
c#
1 | //Select All |
Items format in listView is binding data format, if format use CheckBox will report error.
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.







