I'm using CoverFlow for silverlight 3, last build of 2009...
I'm trying to scale my items in the CF.
My items are rendering with a UserControl as template.
This usercontrol is sized with width and height to 255px
inside this control there is a textblock displaying binded text.
Now I would like to scale entire control representing my item so Image will be streched and textblock (and font) too.
But when I use a scalerendertransform into this UserControl it seems that CF don't matter about this scale and space between items is not correct, ie. the 'layouting' seems to use original size of my items.
Is there another approach ?
Thanks for help !
I'm trying to scale my items in the CF.
My items are rendering with a UserControl as template.
This usercontrol is sized with width and height to 255px
inside this control there is a textblock displaying binded text.
Now I would like to scale entire control representing my item so Image will be streched and textblock (and font) too.
But when I use a scalerendertransform into this UserControl it seems that CF don't matter about this scale and space between items is not correct, ie. the 'layouting' seems to use original size of my items.
Is there another approach ?
Thanks for help !