File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 <Setter Property =" Template" >
3434 <Setter .Value>
3535 <ControlTemplate TargetType =" controls:ProjectTemplate_xBind" >
36- <ContentControl x : Name =" ContentContainer"
37- HorizontalContentAlignment =" Stretch"
38- VerticalContentAlignment =" Stretch" >
39- <ContentControl .ContentTemplate>
36+ <ContentPresenter x : Name =" ContentContainer"
37+ HorizontalContentAlignment =" Stretch"
38+ VerticalContentAlignment =" Stretch" >
39+ <ContentPresenter .ContentTemplate>
4040 <DataTemplate x : DataType =" controls:ProjectTemplate_xBind" >
4141 <Grid Padding =" {x:Bind ItemPadding}"
4242 PointerEntered =" {x:Bind Element_PointerEntered}" >
4848 </StackPanel >
4949 </Grid >
5050 </DataTemplate >
51- </ContentControl .ContentTemplate>
52- </ContentControl >
51+ </ContentPresenter .ContentTemplate>
52+ </ContentPresenter >
5353 </ControlTemplate >
5454 </Setter .Value>
5555 </Setter >
You can’t perform that action at this time.
0 commit comments