Begin editing of ListView manually
WPF
2
Posts
2
Posters
0
Views
1
Watching
-
I have modified the CellTemplate of a ListView with a custom control called EditBox which allows the user to edit the data in the ListView. The EditBox-class actually has a BeginEdit() function which I want to call, but how can I access the EditBox-instance?
-
I have modified the CellTemplate of a ListView with a custom control called EditBox which allows the user to edit the data in the ListView. The EditBox-class actually has a BeginEdit() function which I want to call, but how can I access the EditBox-instance?