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

Different Size TileViewItems , (RowSpan feature)

2 Answers 81 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Nurali
Top achievements
Rank 1
Nurali asked on 16 Nov 2013, 12:58 PM
Hello,
I would like to perform a design that I can do it using a regular Grid but not using TileView.

The left element should be in 2X height ( Grid.RowSpan=2)
And there are two right elements 1X one row and 1x in another.

I'm attaching what can I did. (the xaml definition presented below)

I want this design with RadTileView there is a sample in your demos http://demos.telerik.com/silverlight/#TileView/Features/DifferentSizes
But it marshals by left to right order such as a regular wrappanel.
Is it possible doing it with RadTileView .Scalable and with defined size ratios ?

Thanks in Advance.

<Grid>
<Grid.RowDefs...>
  <RowDef../>
  <RowDef../>
</Grid.RowDefs...>
<ViewOne Grid.Col..=0 Grid.Row=0 Grid.RowSpan=2/>
<ViewTwo Grid.Col..=1 Grid.Row=0 />
<ViewThree Grid.Col..=1 Grid.Row=1 />
</Grid>

 


2 Answers, 1 is accepted

Sort by
0
Accepted
Petar Mladenov
Telerik team
answered on 21 Nov 2013, 08:04 AM
Hi Nurali,

This requirement can be achieved with using invisible TileViewItems. Please check out this forum thread where similar scenario is demonstrated in the attached project and let us know if this helps you proceed further or not.

Regards,
Petar Mladenov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Nurali
Top achievements
Rank 1
answered on 22 Nov 2013, 03:29 PM
I have looked all samples but none of them cured for one rowspan on the left and two splitted item on the right. 
But if rowspaned one would be on the right . It works.
Tags
TileView
Asked by
Nurali
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Nurali
Top achievements
Rank 1
Share this question
or