No Windows Phone Custom Control Template in Visual Studio?
I can't see any such template so how does one develop such control ?
How d开发者_如何学运维o I put the control in the toolbox ? Does it use attributes like winform ?
I suspect your looking to create a custom control. Here's a walkthrough.
Snowfall (User Control Sample) : Windows Phone 7 Tutorials : Compiled Experience
Are you talking about a UserControl? They work the same as any other silverlight UserControl.
精彩评论