开发者

From WPF Control to Silverlight Control

开发者 https://www.devze.com 2023-01-30 05:53 出处:网络
w开发者_C百科e have biuld a complex custom control for WPF. Now we are going to port our control to Silverlight.

w开发者_C百科e have biuld a complex custom control for WPF. Now we are going to port our control to Silverlight.

Me and my collaborator, never work with silverlight! :)

Is there some best practice to follow to make a porting activity from WPF to Silverlight?


I find the next post as nice to be read: (2 parts)

Porting from WPF to Silverlight: The Missing Pieces, Part 1

Porting from WPF to Silverlight: The Missing Pieces, Part 2


There are some differences to be aware of, for example there are no Routed Commands in Silverlight. Maybe you want to have a look at those two links:
Contrasting Silverlight and WPF
Guidance on Differences Between WPF and Silverlight

0

精彩评论

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