Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
740
Set background of tile
posted

Hi all,

I'm building a small app which uses the xamtilemanager. I would like to set the background of a tile transparent.
I managed to do this with the header, but i can't find where to do this setting for the content part.

Can anyone point me in the right direction? 

Preferrably in code.

Thx!

Parents
No Data
Reply
  • 17475
    Offline posted

    Hello Jacob, 

    I have been looking into this for a while and created a sample project representing how the background of the tile’s content could be set to Transparent.  In order to achieve this I have retemplated the default XamTile style located in the generic.shared.xaml file in the Infragistics folder. Then I change the Background property of the border which contains the tile’s content to Transparent. 

    Please feel free to let me know whether this sample project (XamTileManagerBackground.zip) helps you.

    XamTileManagerBackground.zip
Children