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
685
Navigating to control in the xamoutlookbar to right side
posted

Hi i have a window form

<Grid x:Name="LayoutRoot" Background="White"> <Grid.ColumnDefinitions>
            <ColumnDefinition Width="Auto">
            </ColumnDefinition>
            <ColumnDefinition>
            </ColumnDefinition>
        </Grid.ColumnDefinitions><igOB:XamOutlookBar x:Name="xamOutlookBar" HorizontalAlignment="Left" Width="250" DockPanel.Dock="Left">
            <igOB:XamOutlookBar.Groups>
                <igOB:OutlookBarGroup  Header="Setup" ToolTip="Setup"  IsSelected="False" Visibility="Visible" Key="Main" DataContext="{Binding}">
                    <StackPanel>
                        <ListBox>
                            <Hyperlink x:Name="hlSetup" Tag="Setup" TargetName="WorkSpaceLayoutRoot">
                                <TextBlock Text="Import /Export Properties" Tag="1" Height="20" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>
                            </Hyperlink>                           
                                <TextBlock Text="Link Tax Codes" Height="20" VerticalAlignment="Center" HorizontalAlignment="Center"></TextBlock>                           
                        </ListBox>
                    </StackPanel>
                </igOB:OutlookBarGroup> </igOB:XamOutlookBar.Groups>
        </igOB:XamOutlookBar>
        <StackPanel x:Name="WorkSpaceLayoutRoot" Grid.Row="0" Grid.Column="1">
            <TextBox Name="dhd" Text="fsdhfsdhfhksdf"></TextBox>
        </StackPanel>
    </Grid>

 

Now i want to open a page related to selected Tab in stackpanel of that form , do you have any what have to do & how?

Parents
No Data
Reply
  • 5600
    Offline posted

    Hello, 

    I actually don't understand what are you asking for. 

    Could you please clarify your question and give more details.

    Or attach a small sample project.

     

    Regard,

    Anastas

Children
No Data