This is a migrated thread and some comments may be shown as answers.

Unselect Row in RadListView

1 Answer 62 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Gerry
Top achievements
Rank 1
Gerry asked on 17 Feb 2017, 07:32 PM
I have some navigation that starts when the user selects a row in a RawListView. But when the user navigates back the row is still highlighted - how do I unhighlight the row? SelectedItem is read only so I can't clear it.

1 Answer, 1 is accepted

Sort by
0
Gerry
Top achievements
Rank 1
answered on 17 Feb 2017, 07:38 PM

Nevermind, found an alternative on StackOverflow

list.SelectedItems.Clear();

Tags
ListView
Asked by
Gerry
Top achievements
Rank 1
Answers by
Gerry
Top achievements
Rank 1
Share this question
or