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

TreeView animation blur

1 Answer 55 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Jiri
Top achievements
Rank 1
Jiri asked on 16 Sep 2013, 12:34 PM
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>

1 Answer, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 19 Sep 2013, 08:57 AM
Hi Jiri,

Thank you for contacting us on that matter. I tried to reproduce the reported behavior with the animation applied on our side but is seems like the code works as expected. Could you please try to isolate the reported behavior in a separate project and send it over. By doing so I will be able to further investigate the reasons behind the issue.

Thank you for your cooperation.

Regards,
Pavel R. Pavlov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
TreeView
Asked by
Jiri
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Share this question
or