Gray focus comes on treeview
-
hi.. i have two treeviews in my wpf application. and my both treeview contains hierarchical datatemplate. The Item template has one stack panel in which i have one image and a textblock displaying data.. Now my problem is, when i select particular node in one treeview and after that when i select select particular node in another treeview then the selected node on first treeview's background become gray.. Any idea?? :sigh:
-
hi.. i have two treeviews in my wpf application. and my both treeview contains hierarchical datatemplate. The Item template has one stack panel in which i have one image and a textblock displaying data.. Now my problem is, when i select particular node in one treeview and after that when i select select particular node in another treeview then the selected node on first treeview's background become gray.. Any idea?? :sigh:
-
It becomes gray to indicate it is the SelectedItem of the TreeView but the particular TreeView is not currently in focus.