Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
720
how to find content control with in XAM outlook bar ?
posted

Hi,

we are using XAM outlook bar

<ig:XamOutlookBar Name="NavBar" SelectedGroupChanged="NavBar_SelectedGroupChanged">

<ig:OutlookBarGroup Header="Geographical Setup"  Name="AddressSetup" Key="AddressSetup">
                <ContentControl>
                    <StackPanel>
                        <Button Content="Country"  Name="Country" Click="Country_Click" />
                        <Button Content="State"  Name="State" Click="State_Click"  />
                    </StackPanel>
                </ContentControl>
            </ig:OutlookBarGroup>

</ig:XamOutlookBar >

Now we are able to find XAM outlook bar groups. But we are not able to find content controls with in a group. Suppose Geographical Group have Country and State Button , but using a group name not able to find this content controlls. Please suggest us for that.

Thanks