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
90
Docking To Right Side
posted

Hi,

 

Is it possible to dock the Outlook Bar to the right side of a window?

 

Thank You,

Sam

Parents
No Data
Reply
  • 90
    posted

    I have resolved this issue finally.

    1. The first step was to simple put the outlookbar in a column along the right side of the window.
    2. Next set  PopupLocation="Left" of the XamOutlookBar
    3. Last, create a new template and flip the vector graphic arrows around

    <Path x:Name="glyph1" Data="M 4.5,7 C4,7 8.5,3.5 8.5,3.5 8.5,3.5 4,0 4,0 4,0 4,2 4,2 4,2 6.5,3 6.5,3 6.5,3 6.5,4 6.5,4 6.5,4 4,5 4,5 4,5 4,7 4,7 z" Fill="{StaticResource GlyphThemeForegroundFillKey}" HorizontalAlignment="Center" Height="7" Margin="4,0,0,0" Opacity="1" Stretch="Fill" VerticalAlignment="Center" Width="4.5"/>
    <Path x:Name="glyph2" Data="M 0,7   C0,7 4.5,3.5 4.5,3.5 4.5,3.5 0,0 0,0 0,0 0,2 0,2 0,2 2.5,3 2.5,3 2.5,3 2.5,4 2.5,4 2.5,4 0,5 0,5 0,5 0,7 0,7 z" Fill="{StaticResource GlyphThemeForegroundFillKey}" HorizontalAlignment="Center" Height="7" Margin="0,0,4,0" Opacity="1" Stretch="Fill" VerticalAlignment="Center" Width="4.5"/>

    
    

     

Children
No Data