Hallo,
is it possible to set size of space (distance) between tiles (especially in restored mode...). Something like "Margin" for each RadTileViewItem in RadTileView. Thank you.
David.
2 Answers, 1 is accepted
0
Zarko
Telerik team
answered on 28 Jul 2011, 03:59 PM
Hello Tomas,
The space between the RadTileViewItems is determined by their Padding property, so you can do something like this:
<telerik:RadTileView.ItemContainerStyle>
<StyleTargetType="telerik:RadTileViewItem">
<SetterProperty="Padding"Value="1"/>
</Style>
</telerik:RadTileView.ItemContainerStyle>
if you're using binding or directly set the RadTileViewItems padding if you define them in XAML.
If you have further questions feel free to ask.
Best wishes,
Zarko
the Telerik team
Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!