This is a migrated thread and some comments may be shown as answers.

Tileview Header Colour

1 Answer 94 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Joe Bohen
Top achievements
Rank 1
Joe Bohen asked on 16 Jul 2014, 04:50 PM
Hi,

I have two questions

1. Is it possible to bind the tileview header colour?
2. Can I seet the size of the maximised tile?

Regards,
Joe

1 Answer, 1 is accepted

Sort by
0
Pavel R. Pavlov
Telerik team
answered on 21 Jul 2014, 05:40 AM
Hello Joe,

I already answered to this question in your support thread but I will copy my answer here so that it will be helpful to others from the community.

Regarding your first question - yes. You can bind the color of the RadTileViewItem header. Actually the header is represented by separate control and you can use a custom style targeting its background. You can find ready to run demo demonstrating this approach in our XAML SDK.

Regarding your second question - yes. You can control the size of the maximized RadTileViewItem indirectly. When you know that the maximized item takes all the available space for the RadTileView control you can change the size of the minimized items and the RadTileView itself to change the size of the maximized item. You can try using the following properties:

  • RadTileView.MinimizedColumnWidth
  • RadTileView.MinimizedRowHeight
  • RadTileView.Height
  • RadTileView.Width
  • RadTileViewItem.MinimizedHeight
  • RadTileViewItem.MinimizedWidth
Please give this approach a try and let us know if you need any further assistance.

Regards,
Pavel R. Pavlov
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
TileView
Asked by
Joe Bohen
Top achievements
Rank 1
Answers by
Pavel R. Pavlov
Telerik team
Share this question
or