Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi friends ..

i want to create a list view which is display the department. user can select and deselect the department and also by checking select all check box it checked/unchecked all check box

the department class contain the department id and department name.

thanks in advance :) have a great day..

What I have tried:

 <ListView IsMultiSelectCheckBoxEnabled="true"  SelectionMode="Multiple"  x:Name="LVDepartment"  ScrollViewer.VerticalScrollBarVisibility="Auto"
ScrollViewer.VerticalScrollMode="Enabled" Margin="10,5,25,4" Grid.Row="1">

     </ListView>
Posted
Updated 6-Mar-19 17:51pm
v4
Comments
[no name] 6-Mar-19 11:05am    
Better write "some" code. Nobody's going to write it for you. There are enough "list view" examples around.

And why do you say "UWP"? It's either Xamarin you're working in (which "generates" UWP, IOS and Android) or UWP, not both.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900