Hi,
Is it possible to dock the Outlook Bar to the right side of a window?
Thank You,
Sam
I have resolved this issue finally.
<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"/>
Hi Sam,
there is no specific property to manipulate the position of the minimize button, but you could change the order of columns in SelectedGroupHeader, which you could find in the generic.xaml for XamOutlookBar. I am attaching sample with the change , so that you could review it. I don't know which version are you using, but i have change it for 10.3. Hope that helps!
Regards,
Nikola.
Hi Nikola,
Sorry for the poor question. Actually, I'm not "docking" the control. I have a Grid with 2 columns. I want the OutlookBar to be in the right hand column.
I found the PopupLocation property to make the Navigation pop out to left side. Is there a way to move the minimize button from the right side to the left side of the Header?
Thanks!Sam
Would you please tell us what exactly is your scenario! Do you mean using XamOutlookBar with XamDockManager(CTP) or using it with XamDialogWindow! Any additional information would be really helpful! Thank you!