Vote count:
0
Hi I have this listview,
ID Name
0 Josh
1 John
2 Joseph
3 Jack
4 Jacky
I would like to remove Josh and get the following outcome:
ID Name
0 John
1 Joseph
2 Jack
3 Jacky
4
How can I go in doing that? My XAML bindings:
<GridViewColumn Header="ID" DisplayMemberBinding="{Binding ID}"/>
<GridViewColumn Header="Name" DisplayMemberBinding="{Binding Name}"/>
asked 31 secs ago
ListView C# WPF How do I remove a row from a column
Aucun commentaire:
Enregistrer un commentaire