开发者

How to include a XAML into another XAML in Windows Phone 7?

开发者 https://www.devze.com 2023-01-23 22:40 出处:网络
I need to include a common XAML in several different XAML layout files. I do not want to hard code the repeated XAML part in those other XAML f开发者_StackOverflowiles.

I need to include a common XAML in several different XAML layout files.

I do not want to hard code the repeated XAML part in those other XAML f开发者_StackOverflowiles.

How to do the include ?


Can you turn the shared code into a UserControl?

ALternatively you could use templating to generate the XAML which contains the shared code.

0

精彩评论

暂无评论...
验证码 换一张
取 消