views:

607

answers:

0

Hello,

I can't set the header on a silverlight 3.

I used this code, but every item has the same header "My accordion"

<layoutToolkit:Accordion.ItemTemplate>
<DataTemplate>
      <TextBlock Text="My Accordion" />

I need each header to have a different heading.

I can't use accordion item's header property since I have datagrids as items in the accordion

could anyone please help?

Thanks