开发者

What is a good Silverlight resource for finding out what controls are available and what they're for?

开发者 https://www.devze.com 2023-01-24 16:20 出处:网络
I\'m used to winforms development, haven\'t done any WPF and I\'m starting a Silverlight project. I understand xaml and all (and I\'ve got some resources for learning it) but I\'m wondering if there\'

I'm used to winforms development, haven't done any WPF and I'm starting a Silverlight project. I understand xaml and all (and I've got some resources for learning it) but I'm wondering if there's any resources available that shows what controls are used in what kinds of situations.

For instance, if you look at the BusinessApplication template in vs2010, they use a border or a grid in cases where I would think of a panel开发者_JAVA技巧. Things like that.

I'm looking for more of a 'tips' kind of thing than a tutorial or reference. References normally just say what a control is; not when, where or why you would use a particular control.


These two should help you out...

http://samples.msdn.microsoft.com/Silverlight/SampleBrowser/#/?sref=HomePage

http://www.silverlight.net/content/samples/sl4/toolkitcontrolsamples/run/default.html

0

精彩评论

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