开发者

How to create Silverlight 4 user control for windows phone app?

Can I create a silverlight user control that will work on a windows phone si开发者_如何学Clverlight?

Is there a way to do so? I don't need very complex things. just a very simple user control with a label and a few text boxes.


Yes and yes. Here is a link for starters. If you scroll to the bottom you will see supported version info. And yes, user controls are supported for Silverlight for Windows Phone v 7.0

Just above the version info is also a clear, straightforward example of the simple kind of user control that you're interested in creating.

Cheers.


Sure you can as long as Controls you are using in Custom Control are also supported in Silverlight for WP7. in MSDN doc there is description of which Version of Silverlight supports it with weather its available in WP7. Also in doc every Method, Property ,Event ,etc has an

How to create Silverlight 4 user control for windows phone app?

icon in front of it. which will tell if its available in WP7 or not.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜