How to explicitly select the row in ListView in WPF?
Posted
by Ashish Ashu
on Stack Overflow
See other posts from Stack Overflow
or by Ashish Ashu
Published on 2010-04-13T03:39:04Z
Indexed on
2010/04/13
3:42 UTC
Read the original article
Hit count: 608
I have a ListView in which one of the column contains combo box.
I have binded the selectedItem of a Listview, so that I get the current object (selected row ) in the listview.
When I do any operation in a combo box like selection change then the listview row ( in which that combo box belongs) is not selected be default and hence my selectedItem gives null or previous row selected object.
Please Help!!
© Stack Overflow or respective owner