In this chapter, you'll learn:
Working with the Keyboard & Mouse
July 9, 2009|Level 200 : Novice
By the definition of rich interactive application, we should provide a way our users to "interact" with the application. This is often accomplished through the use of the keyboard. In this video, T...
April 12, 2011|Level 200 : Novice
Silverlight 5 now enables us to capture double click, or even an arbitrary number of clicks. Pete Brown shows us how to use the new ClickCount property for the mouse button events. Related Blog Pos...
April 1, 2010|Level 200 : Novice
Silverlight 3 introduces support for mouse wheel input in the managed API. While capturing the mouse wheel input does have some platform dependencies, it can make working with the mouse easier. In...
November 10, 2009|Level 300 : Intermediate
Learn how to handle the mouse right-click events in Silverlight to create your own context menus or actions based on a common user interaction with applications.
November 10, 2009|Level 200 : Novice
This video demonstrates how to handle mouse wheel events in your Silverlight application to alter the user interface or enable scrolling on UI controls and more.
November 12, 2009|Level 400 : Professional
Jesse Liberty demonstrates how to drop files onto silverlight controls and react programmatically.
July 9, 2009|Level 200 : Novice
By the definition of rich interactive application, we should provide a way our users to "interact" with the application. This is often accomplished through the use of the mouse input device. In thi...