File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public RibbonArea()
29
29
private void Current_SizeChanged ( object sender , Windows . UI . Core . WindowSizeChangedEventArgs e )
30
30
{
31
31
32
- if ( Window . Current . Bounds . Width >= 750 )
32
+ if ( Window . Current . Bounds . Width >= 1050 )
33
33
{
34
34
RibbonViewModel . ShowItemLabels ( ) ;
35
35
SearchReigon . Visibility = Visibility . Visible ;
Original file line number Diff line number Diff line change 433
433
<RowDefinition Height =" Auto" />
434
434
<RowDefinition Height =" *" />
435
435
</Grid .RowDefinitions>
436
+ <Grid .ChildrenTransitions>
437
+ <TransitionCollection >
438
+ <RepositionThemeTransition />
439
+ <ReorderThemeTransition />
440
+ </TransitionCollection >
441
+ </Grid .ChildrenTransitions>
442
+
436
443
<StackPanel Grid.Row=" 0" Orientation =" Vertical" >
437
444
<controls : RibbonArea
438
445
x : Name =" RibbonArea"
You can’t perform that action at this time.
0 commit comments