Hi, I have problem, When I expand node in my treeview my text (TreeViewItems Header) gets blured, I am using in animation (on collapsed out animation)
<Setter Property="telerik:AnimationManager.AnimationSelector"> <Setter.Value> <telerik:AnimationSelector> <Animation:TreeViewExpandCollapseAnimation AnimationTargetName="ItemsHost" AnimationName="Expand" Direction="In" Duration="00:00:01" SpeedRatio="3" TargetName="{x:Null}"/> <Animation:TreeViewExpandCollapseAnimation AnimationTargetName="ItemsHost" AnimationName="Collapse" Direction="Out" Duration="00:00:01" SpeedRatio="3" TargetName="{x:Null}"/> </telerik:AnimationSelector> </Setter.Value></Setter>