Using Microsoft Surface controls in Expression Ble

2019-08-01 02:59发布

This seems like it should be a simple thing, but I can't work it out; how do I get Microsoft Surface controls into Expression Blend so I can retemplate them? I have the surface SDK DLLs as references in a new Expression Blend WPF project, but the controls are not available in the 'Assets' dialog, nor can they be added to the XAML directly...

Cheers, rJ

2条回答
神经病院院长
2楼-- · 2019-08-01 03:38

I had another look this morning, and I realised my problem is likely that I am using Surface 2.0 controls - built with .NET 4.0 - and trying to load them into Expression Blend 3, which seems to be on .NET 3.5. I guess that's my problem!

查看更多
Deceive 欺骗
3楼-- · 2019-08-01 03:46

I haven't worked with Surface, but from what I've read they should just show up. They might not be readily apparent in the Assets tab, but if you click on Controls and then use the search functionality, you should be able to pull them up.

查看更多
登录 后发表回答