Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 committed Jun 24, 2014
1 parent 1b2ede1 commit 71096f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Odyssey/Odyssey/Themes/Ribbon/RibbonComboBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
MaxHeight="{TemplateBinding ComboBox.MaxDropDownHeight}">
<Border BorderThickness="1,1,1,1" BorderBrush="{DynamicResource {x:Static SystemColors.WindowFrameBrushKey}}"
Background="{DynamicResource {x:Static SystemColors.WindowBrushKey}}" Name="DropDownBorder">
<StackPanel>
<ContentControl Content="{TemplateBinding DropDownHeader}" ContentTemplate="{TemplateBinding DropDownHeaderTemplate}" />
<DockPanel>
<ContentControl Content="{TemplateBinding DropDownHeader}" ContentTemplate="{TemplateBinding DropDownHeaderTemplate}" DockPanel.Dock="Top" />
<ContentControl Content="{TemplateBinding DropDownFooter}" ContentTemplate="{TemplateBinding DropDownFooterTemplate}" DockPanel.Dock="Bottom" />
<ScrollViewer VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Disabled" CanContentScroll="True">
<ItemsPresenter SnapsToDevicePixels="{TemplateBinding UIElement.SnapsToDevicePixels}"
KeyboardNavigation.DirectionalNavigation="Contained" Margin="1" />
</ScrollViewer>
<ContentControl Content="{TemplateBinding DropDownFooter}" ContentTemplate="{TemplateBinding DropDownFooterTemplate}" />
</StackPanel>
</DockPanel>
</Border>
</mwt:SystemDropShadowChrome>
</Popup>
Expand Down

0 comments on commit 71096f4

Please sign in to comment.