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