This question is locked. New answers and comments are not allowed.
Hello !!!
I have pages as items in a coverflow.
When scaling the pages without using the coverflow I can use the ViewBox to have automaticly scaling.
I tried to use the ViewBox with the coverflow but with no success.
Am I missing out on something ?
Regards
Fredrik
I have pages as items in a coverflow.
When scaling the pages without using the coverflow I can use the ViewBox to have automaticly scaling.
I tried to use the ViewBox with the coverflow but with no success.
<Grid x:Name="LayoutRoot"> <Viewbox> <telerik:RadCoverFlow Name="radCoverFlow1" ItemScale="0.85" ReflectionHeight="0" OffsetY="450" DistanceBetweenItems="150" RotationY="45"> <telerik:RadCoverFlow.Background> <ImageBrush ImageSource="/Prototyp;component/2592-1944-Beach3.jpg" /> </telerik:RadCoverFlow.Background> <local:Page1></local:Page1> <local:Page2></local:Page2> <local:Page3></local:Page3> </telerik:RadCoverFlow> </Viewbox> </Grid>Am I missing out on something ?
Regards
Fredrik