An AccordionItem is inside another one.
Posted
by Ali
on Stack Overflow
See other posts from Stack Overflow
or by Ali
Published on 2010-04-02T13:29:35Z
Indexed on
2010/04/02
13:33 UTC
Read the original article
Hit count: 271
In Silverlight an AccordionItem is inside another one . When the inner one is selected, it can not expand its parent more which is already expanded to show its own content.
I tried to get around it by templating but I was unlucky. Does any one has a solution for it [prefer a solution without code]?
© Stack Overflow or respective owner