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

Control In the First Maxmized Tile View Item

3 Answers 46 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Ahmed
Top achievements
Rank 1
Ahmed asked on 05 Jan 2011, 01:51 PM
I Use Tile View Control To Navigate Between Some User Controls ... The User Controls I have i added it as Tile View Item ........It works Fine With Me but I want Something else ......................................
If I have 5 Tile View Items when The Page Start to Load i want to Control in which Tile View Item Will Open The First In Maxmized Tile View Item not The First Added Tile View Item only but in Some Cases I want The Tile View When Load Open Tile View item No 3 or 5 in Maxmized Mode .....................
Thanks A lot
Waiting Your Answer

3 Answers, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 10 Jan 2011, 10:46 AM
Hello Ahmed,

You can use the TileState property of the RadTileViewItem like so:
<telerik:RadTileView Name="tileView">
        <telerik:RadTileViewItem Header="Item 1" />
        <telerik:RadTileViewItem Header="Item 2" />
        <telerik:RadTileViewItem Header="Item 3" TileState="Maximized"/>
        <telerik:RadTileViewItem Header="Item 4" />
        <telerik:RadTileViewItem Header="Item 5" />
    </telerik:RadTileView>
Please let me know if this fits in your scenario or not. We would be glad to assist you further.

All the best,
Petar Mladenov
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Ahmed
Top achievements
Rank 1
answered on 11 Jan 2011, 10:17 AM
hi Petar Thanks alot but i want to et itdynamic in .cs code not in .xaml
0
Petar Mladenov
Telerik team
answered on 11 Jan 2011, 11:04 AM
Hi Ahmed,

Please examine the attached project with the corresponding C# code. Hope it satisfies you.

Kind regards,
Petar Mladenov
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
Tags
TileView
Asked by
Ahmed
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Ahmed
Top achievements
Rank 1
Share this question
or