With a panorama markup like:

 <controls:Panorama ItemTemplate="{StaticResource itemTemplate}">
     <controls:PanoramaItem Header="Alerts">
         <Grid Name="InnerGrid">

and template like

<UserControl.Resources>
    <DataTemplate x:Key="itemTemplate" >
    ???
    </DataTemplate>

how can I access InnerGrid from my itemTemplate (in '???') ?

link|improve this question

80% accept rate
Why are you using an ItemTemplate in the first place if you are defining items explicitly? I thought they only make sense if you use ItemsSource and do not specify child items manually... – Filip Skakun Dec 8 '11 at 5:28
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.