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

Spacing between RadTileViewItem in restored mode...

2 Answers 120 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Tomas
Top achievements
Rank 1
Tomas asked on 28 Jul 2011, 03:35 PM
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

Sort by
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>
    <Style TargetType="telerik:RadTileViewItem">
        <Setter Property="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!

0
Tomas
Top achievements
Rank 1
answered on 29 Jul 2011, 12:23 PM
Hi Zarko,
it helped.. Thaks for fast and helpful reply...
Thomas.
Tags
TileView
Asked by
Tomas
Top achievements
Rank 1
Answers by
Zarko
Telerik team
Tomas
Top achievements
Rank 1
Share this question
or