File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
src/Files.App/Views/LayoutModes Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 180
180
VerticalAlignment=" Stretch"
181
181
Opacity=" {Binding IsOpen, ElementName=EditPopup, Converter={StaticResource NegatedBoolToOpacityConverter}}"
182
182
Text=" {x:Bind Name, Mode=OneWay}"
183
+ TextAlignment=" Center"
183
184
TextTrimming=" CharacterEllipsis"
184
185
TextWrapping=" Wrap" />
185
186
</Grid >
584
585
</GroupStyle >
585
586
</controls : AdaptiveGridView .GroupStyle>
586
587
587
- <controls : AdaptiveGridView .ItemContainerTransitions>
588
- <TransitionCollection >
589
- <AddDeleteThemeTransition />
590
- </TransitionCollection >
591
- </controls : AdaptiveGridView .ItemContainerTransitions>
588
+ <!-- Wraps items without affecting the height of other rows -->
589
+ <ItemsControl .ItemsPanel>
590
+ <ItemsPanelTemplate >
591
+ <controls : WrapPanel />
592
+ </ItemsPanelTemplate >
593
+ </ItemsControl .ItemsPanel>
592
594
593
595
<controls : AdaptiveGridView .Resources>
594
596
<ResourceDictionary >
You can’t perform that action at this time.
0 commit comments