accordionitem

Make a grid stretch to the width/height of an AccordionItem

I have a couple of Accordions in a Silverlight App I'm writing (even an Accordion inside of an Accordion!) but the layout is driving me insane. For example, suppose you have a 500x500 Accordion. If you have 3 AccordionItems, the "Content" area is whatever the height/width of the Accordion is, MINUS the width/height of each header times ...

Silverlight AccordionItem hangs at switch

I have an Accordion in a Silverlight interface which contains 2 items: one with a ListBox and the other with some TextBlocks and TextBoxes. The problem is that the ListBox contains a lot of items and every time the AccordionItems switch, the one containing the ListBox hangs and it takes a few seconds to load. I tried handling the selecte...