silverlight - SlideInEffect not working on WP7? -
thanks in advance help. trying use toolkit slide animation on text blocks within panoramaitem. believe required add toolkit:slideineffect.lineindex each textblock want slide. well, did that, , cannot life of me work.
any ideas going wrong?
many thanks
<controls:panoramaitem header="payslips" foreground="black"> <listbox x:name="payslipslistbox" margin="0,0,-12,0" itemssource="{binding alluserpayslips, mode=oneway}" toolkit:tilteffect.istiltenabled="true"> <listbox.itemtemplate> <datatemplate> <stackpanel orientation="horizontal" margin="0,0,0,17"> <stackpanel width="400"> <textblock text="{binding name, converter={staticresource nameconverter}}" textwrapping="wrap" style="{staticresource phonetextlargestyle}" foreground="black" toolkit:slideineffect.lineindex="1"/> <textblock text="{binding uploaded, converter={staticresource uploadedlongconverter}}" textwrapping="wrap" style="{staticresource phonetextsmallstyle}" foreground="gray" toolkit:slideineffect.lineindex="2"/> </stackpanel> </stackpanel> </datatemplate> </listbox.itemtemplate> </listbox> </controls:panoramaitem>
it not work inside generated listboxitem, can use on listbox items far they're populated time swipe transition happens.
Comments
Post a Comment