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
325
How to grag title without using TileHeader?
posted

I would like to get rid of the header completely and allow the entire tile's area be grabbed and used for swapping? How would I approach this?

  • 54937
    Offline posted

    Only the header may be used to drag the item so one way might be to retemplate the TileHeaderPresenter and Tile elements. You could retemplate the Tile such that the TileHeaderPresenter will take up the entire area of the tile and host the Content within it. Then retemplate the TileHeaderPresenter to just have a ContentPresenter that will host the content. I've attached a basic sample that does this.

    TestProject.zip