这就是我想要达到的目标:
MyPage.xaml
<Page>
<MyCustomWrapper>
<TextBlock>Hello from the page</TextBlock>
</MyCustomWrapper>
</Page>
MyCustomWrapper.xaml
<????>
<StackPanel>
<TextBlock>Hello from the Wrapper</TextBlock>
<INSERT-CHILD-HERE />
</StackPanel>
</????>
这在WinUI中可能吗?
1条答案
按热度按时间d4so4syb1#
您可以建立衍生自
ContentControl
的自订控件。自定义 Package .cs
主窗口.xaml