Currently, if I have 5 tiles, 4 of which are minimized, when I try to minimize the last tile, the TileState for all tiles is set to TileState.Normal.
I've tried capturing the TileStateChanging event, canceling the update that tries to make the TileState Normal, and setting the TileState to Minimized, but to no avail.
( meaning:
if(e.NewState == TileState.Normal)
{ e.NewState = TileState.Minimized; e.Cancel = true; e.Handled = true; }
)
Am I overlooking something obvious? Is there a way to allow all tiles to be minimized at the same time?
Thanks!
Hello,
After some research, minimizing all the Tiles has been determined to be a new feature request. I have sent your feature request directly to our product management team. Our product team chooses new feature requests for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your feature is chosen for development, you will be notified at that time. Your reference number for this feature request is FR13709.
If you would like to follow up on your feature request at a later point, you may contact Developer Support management via email. Please include the reference number of your feature request in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.
For now, I just avoided the issue by simply not allowing the user to minimize. But going forward, I would love to have this as a feature.
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking through your post and I can say that the behavior you described occurs by design and you are not able to change it, although I can make I feature request on your behalf, if you want.
Feel free to write me if you have further questions.