Skip to content

Commit

Permalink
Adding more samples to showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Oct 15, 2016
1 parent d149586 commit 474e316
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Fluent.Ribbon.Showcase/TestContent.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2464,6 +2464,14 @@
Fluent:KeyTip.HorizontalAlignment="Center"
Fluent:KeyTip.VerticalAlignment="Top"
Fluent:KeyTip.Keys="T" />
<Fluent:Button Header="Left, Top, Margin"
Icon="pack://application:,,,/Fluent.Ribbon.Showcase;component/Images/Yellow.png"
LargeIcon="pack://application:,,,/Fluent.Ribbon.Showcase;component/Images/YellowLarge.png"
Fluent:KeyTip.AutoPlacement="False"
Fluent:KeyTip.HorizontalAlignment="Left"
Fluent:KeyTip.VerticalAlignment="Top"
Fluent:KeyTip.Margin="40,0,0,0"
Fluent:KeyTip.Keys="LTM" />
</Fluent:RibbonGroupBox>
</Fluent:RibbonTabItem>

Expand Down Expand Up @@ -2804,7 +2812,7 @@
<Fluent:StatusBarItem Title="Selected Words"
Value="15"
ToolTip="This is Selected Words"
Content="15"
Content="15 words"
HorizontalAlignment="Left" />

<Separator HorizontalAlignment="Left" />
Expand All @@ -2819,6 +2827,9 @@
HorizontalAlignment="Right"
Value="{Binding Value, ElementName=zoomSlider, StringFormat={}{0:P}}" />

<Fluent:StatusBarItem Title="Test (no content, no value)"
HorizontalAlignment="Right" />

<Fluent:StatusBarItem Title="Zoom Slider"
HorizontalAlignment="Right">
<Slider x:Name="zoomSlider"
Expand Down

0 comments on commit 474e316

Please sign in to comment.