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
615
How to get the number of tiles open and bind image visibility if the tile # < 1
posted

I have an WPF application using XamTileManager. I want to be able to display an image if no tiles are open. How can I detect if the number of open tiles is < 1, then set the visibility of an object to visible?

Doing this in either xaml or c# is ok

Parents
No Data
Reply
  • 138253
    Offline posted

    Hello,

     

    Thank you for your post. I have been looking into it and I can suggest you use the XamTileManager’s Items Property, which will return a collection of all the Tiles. Please let me know if this helps you or you need further assistance on this matter.

     

    Looking forward for your reply.

Children