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

TileView Inside Prism Region

4 Answers 80 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Waleed Seada
Top achievements
Rank 2
Waleed Seada asked on 24 Feb 2011, 05:13 PM
Dear All,

I have a prism region in may parent page defined as follows :

<

 

 

ItemsControl x:Name="detailsviewcontainer" prism:RegionManager.RegionName="DetailsRegion"/>
when I load a usercontrol contains RadTileView, it doesn't fill the content, how can I do so ...

Best regards
Waleed

4 Answers, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 01 Mar 2011, 02:07 PM
Hi Waleed,

Could you please send us a sample application clearly demonstrating the issue. This way we will be better able to assist you.

Kind regards,
Kiril Stanoev
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Waleed Seada
Top achievements
Rank 2
answered on 01 Mar 2011, 04:21 PM
Dear Kiril,

It's gona be hard to split this in a stand-alone project as it contains a lot of data handling and stuff like that, but I will try to explain in details.

I have a treeview displayed on the leftview and it's siblings displayed on the rightview using Tileview. It is displayed as in the attachment image and you can see yourself. I tried to replace the Tile with grid and it is filling the rightview area not like Tileview.

Also you will notice that in the normal state the left items are not shown as they should ....

I need to fix both the fill layout of the Tileview and the display of the items on the left side of the normal state.

Also I would like to know If in normal view I can display an edit form for data element and do the save, new & delete actions.

Thanks and best regards
Waleed
0
Waleed Seada
Top achievements
Rank 2
answered on 01 Mar 2011, 05:23 PM
Thank you all guys, I have found some answers to my requirements.

First to have the minimized items doesn't looks as the image attached I have to edit the ItemTemplete as follows:
<telerik:RadTileView.ItemContainerStyle>
                <Style TargetType="telerik:RadTileViewItem">
                    <Setter Property="MinimizedHeight" Value="155" />
                </Style>
            </telerik:RadTileView.ItemContainerStyle>

I will try to use this approach editing my business objects ...any help will be much welcome.
Regards
Waleed
0
Petar Mladenov
Telerik team
answered on 04 Mar 2011, 11:28 AM
Hello Waleed Seada,

Do you mean you wish to set different Minimizedheight of your Business Objects? If so, you can expose a double property in your business object/viewmodel and bind it to the RadTileViewitems via ContainerBindings. You can find more info on how to use them here. Feel free to ask if you need further assistance.

Regards,
Petar Mladenov
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
TileView
Asked by
Waleed Seada
Top achievements
Rank 2
Answers by
Kiril Stanoev
Telerik team
Waleed Seada
Top achievements
Rank 2
Petar Mladenov
Telerik team
Share this question
or