Hello,
I'm searching how to prevent a RadTileViewItem to automatically resize when switching to a different RadTabItem.
In our WPF application, we use the RadTabControl. The RadTabItems are dinamically created from user input. In a particular RadTabItem, I've include a RadTileView that is populated dinamically from ItemsSource.
The ContentChangeMode is set to Manual and I have a method managing it. It works well.
My problem is that when I maximize one item, its content switch to an editable control. The RadTileView is in a TabItem, so the user could click on an other Tab. When this occurs, all RadTileViewItems are refresh and them states are set to Restored. The RadTileViewItem I previously set to maximized is now Restored but his content is always linke to the "editable control".
My wish is to prevent this. The first solution possible is to block the MaximizedItem to set Restore state. Or second, when switching to Restore, force to set his state to NormalContent. These 2 solutions are OK for me.
Could someone help me or has an example of this?
Sorry if the question had already been posted, I didn't found someting.
And sorry for my poor english ;-)
Best regards