I want to show Button(whose content is an image and text) when a RadTileViewItem is maximized and Show only the Image in the button when minimized. I have created a property which is bind to the Visibility of the button. How can I get the TileState inside this property?
Hi Nemo,
Could you please give us some more information on how you're using the RadTileView:
- Where the button and the image are? Are they in the content of the RadTileViewItem or in its Header?
If they are in the Header you can use the triggers to change the visibility of the button. If they are in the content you can you directly bind the visibility to the TileState of the ancestor of type RadTileViewItem with an converter.
I've created a sample project which demonstrates both approaches so could you examine it and if you need further assistance please feel free to ask.
Regards,
Zarko
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>