File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- <ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
1+ <ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
22 xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
33 xmlns : ui =" using:CommunityToolkit.WinUI" >
44
2020 Basically we need something that arranges the content and the adorner layer within the same space,
2121 we put the AdornerLayer below so it will appear atop all content within the decorated region.
2222 -->
23- <Grid HorizontalAlignment =" {TemplateBinding HorizontalAlignment}" VerticalAlignment =" {TemplateBinding VerticalAlignment}" >
23+ <Grid HorizontalAlignment =" {TemplateBinding HorizontalAlignment}"
24+ VerticalAlignment =" {TemplateBinding VerticalAlignment}" >
2425 <ContentPresenter Padding =" {TemplateBinding Padding}"
2526 HorizontalContentAlignment =" {TemplateBinding HorizontalContentAlignment}"
2627 VerticalContentAlignment =" {TemplateBinding VerticalContentAlignment}"
You can’t perform that action at this time.
0 commit comments