Just create and add RadGalleryItems to the rad gallery element, as per the following example:
radGalleryElement1.Items.Clear();
for(inti = 0; i < 10; i++)
{
var item = newRadGalleryItem("Button"+ i);
radGalleryElement1.Items.Add(item);
}
Hope this helps, if you have any other questions or comments, please let me know,
Best Regards,
Emanuel Varga
Telerik WinForms MVP
0
Ivan Todorov
Telerik team
answered on 04 Apr 2011, 04:01 PM
Hello Divya P,
I am writing to confirm that Emanuel's solution is correct. If it works for you, please remember to mark his reply as an answer so others could use it as well.
If you have any additional questions, feel free to ask.
Kind regards,
Ivan Todorov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items