Spiga

随笔档案 - 2009年9月3日

Silverlight入门教程(五): 使用ListBox and DataBinding 组件显示列表数据-教程资料网 www.zhiweinet.com

2009-09-03 14:39 by HeroBeast, 29 visits, 网摘, 收藏, 编辑
摘要:Silverlight入门教程(五): 使用ListBox and DataBinding 组件显示列表数据-教程资料网 www.zhiweinet.com 阅读全文

Extending Silverlight’s mouse events

2009-09-03 11:36 by HeroBeast, 97 visits, 网摘, 收藏, 编辑
摘要:If you just want the extension method library or source, jump to the bottom. If not, read on… Silverlight is pretty limited when it comes to mouse events. Out of the box, you only have five events yo... 阅读全文

Adding right click to Silverlight

2009-09-03 11:31 by HeroBeast, 136 visits, 网摘, 收藏, 编辑
摘要:by Morten 5/9/2009 6:10:00 PM In an earlier post, I created a small extension library that added several mouse gestures to Silverlight. However, the right-click only worked in Internet Explorer, and t... 阅读全文

Doubleclicking in Silverlight

2009-09-03 11:28 by HeroBeast, 134 visits, 网摘, 收藏, 编辑
摘要:Mike Snow recently posted an article on how to do double clicks in Silverlight. However, his approach isn't very reusable, doesn't allow for multiple listeners and doesn't check to see if the mouse mo... 阅读全文