c# - How do I dynamically turn animations on and off in a Telerik RadTreeView under Silverlight? -
I used to display a Silverlight project where I have a with the Telerik RadTreeView check box Is being turned on and control permissions for a group of users.
Whenever a new user is selected, the checkboxes change their position to reflect the selected state. When this happens, the entireviewview is refreshing from a new set of merging permissions with that permission data for that user. The preview is recording and re-enforcing the expanded state of each node, when refreshed for each user.
The problem is that I want to turn the animation on, but the animation plays when TreeView also refreshes every time. I want to do it only when the user manually spreads and plays the fallen nodes
I'm trying to bind a class to
Telerik. AnimationManager.IsAnimationEnabled that is a static return property (in the second category) that I reset every time I return the item surs, and immediately set back to the right, but the animation still plays every time When I choose a new user, I'm setting a false setting before this. The bindings I'm binding are not being hit at all.
Generally, as you mentioned, but what do I want to do since you fly These want to change the following:
AnimationManager.IsGlobalAnimationEnabled false =; and
animation manager. Ice Global Animated = True; It should give you the results you are looking for.
Comments
Post a Comment