This is a migrated thread and some comments may be shown as answers.

RadOutlookBar for display different xaml pages

3 Answers 73 Views
OutlookBar
This is a migrated thread and some comments may be shown as answers.
Louis Bouchard
Top achievements
Rank 1
Louis Bouchard asked on 19 Jun 2010, 09:28 PM
HI,

I want to display my RadOutlookBar on the left side page and when the user click on some elements I want to show on the right side another xaml page.

<telerikNavigation:RadOutlookBar x:Name="RadOutlookBar1" Grid.Column="0">
<telerikNavigation:RadOutlookBarItem Header="Modules" >
<StackPanel HorizontalAlignment="Center" VerticalAlignment="top" Orientation="Vertical">
    <toolkit:Separator Height="10" IsTabStop="False" Foreground="White" Background="White" />
    <HyperlinkButton  Name="hyperlinkButtonFiches" IsTabStop="True" NavigateUri="/fiches" TargetName="ContentFrame">
        <StackPanel>
            <Image Source="../images/espac.jpg" Width="125" Height="125" />
            <TextBlock Text="Espaces" HorizontalAlignment="Center" FontSize="15" Foreground="Black"  />
        </StackPanel>
    </HyperlinkButton>
<HyperlinkButton  Name="hyperlinkButtonFichesA"  IsTabStop="True" NavigateUri="/fichesa" TargetName="ContentFrame">
    <StackPanel>
            <Image Source="../images/imgapplication.jpg"  Width="125" Height="125" />
            <TextBlock Text="Cadenas" HorizontalAlignment="Center" FontSize="15"  Foreground="Black"  />
        </StackPanel>
    </HyperlinkButton>
</StackPanel>
</telerikNavigation:RadOutlookBarItem>
</telerikNavigation:RadOutlookBar>

3 Answers, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 23 Jun 2010, 04:20 PM
Hello Louis Bouchard,

I prepared a sample project illustrating how to implement the described scenario. Please take a look at it and let me know if it works for you.

Kind regards,
Tina Stancheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Louis Bouchard
Top achievements
Rank 1
answered on 23 Jun 2010, 06:35 PM
Hi Tina,

Thank you for this information.  But, I need it in Navigation.Page not in a UserControl.

0
Tina Stancheva
Telerik team
answered on 28 Jun 2010, 06:01 PM
Hi Louis Bouchard,

Thank you for the clarification.

I modified the example accordingly. Can you please take a look at it and let me know if this is what you had in mind.

Thank you in advance.

Greetings,
Tina Stancheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
OutlookBar
Asked by
Louis Bouchard
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Louis Bouchard
Top achievements
Rank 1
Share this question
or