Browse by Tags

All Tags » Tips and Tricks » Silverlight » WPF (RSS)

Tip/Trick: Creating and Using Silverlight and WPF User Controls by ScottGu

One of the fundamental design goals of Silverlight and WPF is to enable developers to be able to easily encapsulate UI functionality into re-usable controls. You can implement new custom controls by deriving a class from one of the existing Control classes...

Tip/Trick: Supporting Full Screen Mode with Silverlight by ScottGu

One of the nice features that Silverlight supports is the ability to go "full screen" and effectively take over the entire screen of a computer (hiding everything else from sight - including the browser frame). This can be very useful when building immersive...
More Posts