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

How to add TileViewItems Count dynamically from xaml

1 Answer 43 Views
TileView
This is a migrated thread and some comments may be shown as answers.
Sree
Top achievements
Rank 1
Sree asked on 11 Jul 2011, 11:46 AM
Hi,

I need to bind the tileviewItems count dynamically from xaml.
I mean same times i need to show only one item and some time up to 10 items.

Can you Please help me.....
i was gone through the wpf examples but i can't get  
SimpleItem.Generate(50);

what is    simpleItem there.
and also .generte property also.

Help me plzzzzzzzzz




thanks in advance...

1 Answer, 1 is accepted

Sort by
0
Zarko
Telerik team
answered on 13 Jul 2011, 03:45 PM
Hi Sree,
You can bind the ItemsSource of the RadTileView to some items collection (its best to be ObservableCollection) and you can change this collection when you want to show/hide/add/delete items.
For further references could you please examine the attached project and if you have more questions feel free to ask.

All the best,
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!

Tags
TileView
Asked by
Sree
Top achievements
Rank 1
Answers by
Zarko
Telerik team
Share this question
or