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 180180 VerticalAlignment=" Stretch"
181181 Opacity=" {Binding IsOpen, ElementName=EditPopup, Converter={StaticResource NegatedBoolToOpacityConverter}}"
182182 Text=" {x:Bind Name, Mode=OneWay}"
183+ TextAlignment=" Center"
183184 TextTrimming=" CharacterEllipsis"
184185 TextWrapping=" Wrap" />
185186 </Grid >
584585 </GroupStyle >
585586 </controls : AdaptiveGridView .GroupStyle>
586587
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>
592594
593595 <controls : AdaptiveGridView .Resources>
594596 <ResourceDictionary >
You can’t perform that action at this time.
0 commit comments