1
Vote

Silverlight Accordion

description

Hi all,
I am trying the new control Accordion in my box. How can I expand all the items in control by default?

comments

vedantdave01 wrote Jan 24, 2012 at 9:26 PM

Try selecting each item seprately.

AccordionItem.IsSelected=true for all the AccordionItem you are placing in the Accordion Control.