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
1300
The header of Tile is not appearing when using ControlTemplate
posted

Hi,

I am applying a ControlTemplate for a Tile. The header of the Tile is not visible.

The default header for tile will not appear with maximize/close buttons if we apply control template? Do the control template should have the header related tags also mentioned in it?

 

Attached is the sample.

 

Thanks

Prasad

XamTileManagerTests6.zip
Parents
No Data
Reply
  • 138253
    Offline posted

    Hello Prasad,

    Thank you for your post. I have been looking into it and the sample you have attached and I can say that in the Template for the TileHeaderPresenter you have only a button for maximizing. If you want a close button, you should add one. Yo ucan see how to define the button from the default Styles of the XamTileManager. They are located here by default:

    C:\Program Files (x86)\Infragistics\2015.1\WPF\DefaultStyles\TileManager\generic.shared.xaml file

    Please let me know if you have further questions on this matter.

    Looking forward for your reply.

Children