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

RadWrapPanel animation?

3 Answers 97 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Maria
Top achievements
Rank 1
Maria asked on 08 Nov 2010, 02:39 PM
Hi,

i want to enable the radwrappanel animation. I`ve set the isAnimated= true but for some reasons it doesn`t work
Here is my sample

 

 

 

<ListBox ItemsSource="{Binding Data}">
           <ListBox.ItemsPanel>
               <ItemsPanelTemplate>
                   <telerik:RadWrapPanel IsAnimated="True" Width="500" HorizontalAlignment="Stretch" VerticalAlignment="Stretch"  />
               </ItemsPanelTemplate>
           </ListBox.ItemsPanel>
           <ListBox.ItemTemplate>
               <DataTemplate>
                   <StackPanel Orientation="Vertical">
                       <Image Source="{Binding DataString2}" Height="100"  Width="100"></Image>
                       <TextBlock Text="{Binding DataString3}"></TextBlock>
                   </StackPanel>
               </DataTemplate>
           </ListBox.ItemTemplate>
       </ListBox>

 

Am i missing something?

Thank you,
Mariya

 

3 Answers, 1 is accepted

Sort by
0
George
Telerik team
answered on 10 Nov 2010, 05:00 PM
Hi Maria,

Could you please be more specific? If you give us more information it would be very helpful. What do you mean by saying "it doesn't work"?
I will be glad to assist you further. 

Sincerely yours,
George
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Maria
Top achievements
Rank 1
answered on 11 Nov 2010, 10:21 AM
Hi,
I mean that there isn`t any change, there isn`t any animation. Everything is static, as if no animation is being set.
I have provided the complete sample. 

Thanks,
Mariya
0
George
Telerik team
answered on 15 Nov 2010, 04:26 PM
Hello Maria,

I tried to reproduce the problem, but to no avail. Everything works fine. Could you please send us a sample running project that reproduces the problem. It would be very helpful.

Sincerely yours,
George
the Telerik team
See What's New in RadControls for WPF in Q3 2010 on Tuesday, November 16, 2010 11:00 AM - 12:00 PM EST or 10:00 PM - 11:00 PM EST: Register here>>
Tags
General Discussions
Asked by
Maria
Top achievements
Rank 1
Answers by
George
Telerik team
Maria
Top achievements
Rank 1
Share this question
or