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

RadMosiacHubTile wrong documentation

1 Answer 16 Views
HubTile
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
selom
Top achievements
Rank 1
selom asked on 04 May 2013, 12:00 AM
On the help site it says

RadMosaicHubTile tile = new RadMosaicHubTile();
tile.ImageSources.Add("Image1.jpg");
tile.ImageSources.Add("Image2.jpg");
tile.ImageSources.Add("Image3.jpg");
tile.ImageSources.Add("Image4.jpg");
tile.ImageSources.Add("is://Image5.jpg")


but ImagesSources has no Add() member on WP8. How do I add images dynamically?

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 07 May 2013, 07:30 AM
Hello Selom,

Thanks for the feedback, we'll update the documentation since it does not reflect the latest hub tile API. What you have to do is to create your own collection or array or something that implements the IEnumerable interface and set it as the value of the ImageSources property.

Greetings,
Victor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
HubTile
Asked by
selom
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or