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
45
MVVM Binding IsMaximized Property of Tiles
posted

I have a scenario in which I am using a XamTileManager to facilitate a step-by-step data entry view. I want to be able to programmatically guide users through the steps by programmatically setting the IsMaximized property for the single tile that I want to be maximized in the TileManager. It works first time through (only once), but if I set all of the 4 tiles' IsMaximized property to 'False', it does not revert to Normal mode, nor can I again maximize any of the tiles that I previously had been able to do so programmatically. I have attached a sample project to demonstrate this.

TileManagerWithBinding.zip
  • 1990
    Verified Answer
    posted

    Hello Ryan,

    Thank you for your post.

    I looked at your sample project and modified it a bit. I have set the IsMaximized Binding Mode for each tile to be TwoWay and it seems that the behavior changes to what you are looking for. Please find it attached.

    If you require any further assistance please do not hesitate to ask.

    Sincerely,

    Horen

    Software Developer

    Infragistics

    TileManagerWithBinding.zip