This question is locked. New answers and comments are not allowed.
Hi,
When using the ItemRemoved animation in a RadDataBoundListBox as so:
The "Pull to refresh" is shown when the top item in the list is removed. See attached image.
The PullToRefreshIndicatorControlStyle is out-of-the-box save for font/color change.
Help?
Thanks!
When using the ItemRemoved animation in a RadDataBoundListBox as so:
<telerikPrimitives:RadDataBoundListBox.ItemRemovedAnimation> <telerikCore:RadMoveAnimation StartPoint="0, 0" EndPoint="500, 0" Duration="0:0:1"> <telerikCore:RadMoveAnimation.Easing> <CubicEase EasingMode="EaseIn"/> </telerikCore:RadMoveAnimation.Easing> </telerikCore:RadMoveAnimation> </telerikPrimitives:RadDataBoundListBox.ItemRemovedAnimation>The "Pull to refresh" is shown when the top item in the list is removed. See attached image.
The PullToRefreshIndicatorControlStyle is out-of-the-box save for font/color change.
Help?
Thanks!