This question is locked. New answers and comments are not allowed.
Hi,
We have a tileview with some tileviewitems on them.
When going from minimized to maximized or any other state.
I have tested several different hardwares with the same effect.
The property IsAnimationOptimized makes no difference.
I use RadControls for silverlight Q2 2011 (version 11.2.712.0)
this is the effect:
http://i52.tinypic.com/1znpu2s.jpg
some of the xaml:
<telerik:RadBusyIndicator DisplayAfter="0" DataContext="{StaticResource ViewModel}" IsBusy="{Binding IsBusy}" IsIndeterminate="True" x:Name="busyIndicator" BusyContent="Loading Data ...">
<Grid x:Name="LayoutRoot" DataContext="{StaticResource ViewModel}">
<telerik:RadTileView x:Name="tileView" MinimizedItemsPosition="Right" SelectionMode="Single" IsItemDraggingEnabled="False" PreservePositionWhenMaximized="True" MinimizedColumnWidth="200" MinimizedRowHeight="44" TileStateChangeTrigger="SingleClick" VerticalAlignment="Stretch" VerticalContentAlignment="Center" IsAnimationOptimized="True" IsAutoScrollingEnabled="True">
<telerik:RadTileViewItem Header="Alarm Details" x:Name="AlarmDetailsTile">
<telerik:RadFluidContentControl State="{Binding TileState, ElementName=AlarmDetailsTile, Converter={StaticResource tileConverter}}" ContentChangeMode="Manual">
<telerik:RadFluidContentControl.Content>
<c:PropertyList>
<c:PropertyItem Header="Alarm Id" Content="{Binding Alarm.Id}" />
<c:PropertyItem Header="Status" Content="{Binding Alarm.Status}" />
<c:PropertyItem Header="Created" Content="{Binding Alarm.MeasurementDate}" />
<c:PropertyItem Header="Responsible" Content="{Binding Alarm.ABBContact.FullName}" />
<c:PropertyItem Header="Customer" Content="{Binding Alarm.Customer.Name}"/>
</c:PropertyList>
</telerik:RadFluidContentControl.Content>
<telerik:RadFluidContentControl.LargeContent>
<views:SingleSelectAlarmView x:Name="Details"/>
</telerik:RadFluidContentControl.LargeContent>
</telerik:RadFluidContentControl>
</telerik:RadTileViewItem>
[...] then it continues with some more tileview items.
any ideas?
/Robert
We have a tileview with some tileviewitems on them.
When going from minimized to maximized or any other state.
I have tested several different hardwares with the same effect.
The property IsAnimationOptimized makes no difference.
I use RadControls for silverlight Q2 2011 (version 11.2.712.0)
this is the effect:
http://i52.tinypic.com/1znpu2s.jpg
some of the xaml:
<telerik:RadBusyIndicator DisplayAfter="0" DataContext="{StaticResource ViewModel}" IsBusy="{Binding IsBusy}" IsIndeterminate="True" x:Name="busyIndicator" BusyContent="Loading Data ...">
<Grid x:Name="LayoutRoot" DataContext="{StaticResource ViewModel}">
<telerik:RadTileView x:Name="tileView" MinimizedItemsPosition="Right" SelectionMode="Single" IsItemDraggingEnabled="False" PreservePositionWhenMaximized="True" MinimizedColumnWidth="200" MinimizedRowHeight="44" TileStateChangeTrigger="SingleClick" VerticalAlignment="Stretch" VerticalContentAlignment="Center" IsAnimationOptimized="True" IsAutoScrollingEnabled="True">
<telerik:RadTileViewItem Header="Alarm Details" x:Name="AlarmDetailsTile">
<telerik:RadFluidContentControl State="{Binding TileState, ElementName=AlarmDetailsTile, Converter={StaticResource tileConverter}}" ContentChangeMode="Manual">
<telerik:RadFluidContentControl.Content>
<c:PropertyList>
<c:PropertyItem Header="Alarm Id" Content="{Binding Alarm.Id}" />
<c:PropertyItem Header="Status" Content="{Binding Alarm.Status}" />
<c:PropertyItem Header="Created" Content="{Binding Alarm.MeasurementDate}" />
<c:PropertyItem Header="Responsible" Content="{Binding Alarm.ABBContact.FullName}" />
<c:PropertyItem Header="Customer" Content="{Binding Alarm.Customer.Name}"/>
</c:PropertyList>
</telerik:RadFluidContentControl.Content>
<telerik:RadFluidContentControl.LargeContent>
<views:SingleSelectAlarmView x:Name="Details"/>
</telerik:RadFluidContentControl.LargeContent>
</telerik:RadFluidContentControl>
</telerik:RadTileViewItem>
[...] then it continues with some more tileview items.
any ideas?
/Robert
