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

SelectedItem brush color problem

0 Answers 49 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 19 Mar 2012, 09:30 PM
I'm using TwoWay binding on the SelectedItem property of the RadTreeListView control to sync my view and view model:  

SelectedItem="{Binding SelectedItem,Mode=TwoWay}" SelectionMode="Single"

It appears that the selected item brush color is not applied to the SelectedItem in this scenario:

Load control
Expand tree
Collapse tree
Set SelectedItem in view mode

In other scenarios, the selected item brush color is applied correctly.


  

No answers yet. Maybe you can help?

Tags
TreeListView
Asked by
Mark
Top achievements
Rank 1
Share this question
or