Hello,
Is it possible to find the list (Collection) of Panels that are into the carrousel programmaticaly??
I'd like to add and remove panels at runtime
thanks
gle
Hello gle,
The xamCarouselPanel is a WPF panel. All panel's have a Children property which is a UIElementCollection. This means you can use methods like Add and Remove to all and remove items from this list.
Curtis