It’s been a while. But now, free WPF ribbon control is available as free download for all of you. And not – it’s not a wrapper – it’s a real deal – and it also come with application templates and design-time support for Expression Blend and Visual Studio. By popular demand – you can expect more WPF tutorials for ribbon control.
Sample Data has been available to us from Expression Blend 3, but now with Blend 4, Silverlight 4 and Expression Blend 4 SDK there is new control – PathListBox enabling you to create list box looking however you want them to look – not just rectangular. This allows you to create nice radial, spiral and many other types of layout.
Visibility property is a very powerful and yet often overlooked property available in both WPF and Silverlight. It enables you to set Visibility of certain UIElement objects to different states like: Visible, Collapsed and Hidden (not supported by Silverlight). This tutorial shows you how to use it and how to bind to Visibility property.
Command links have found their way around in Windows Vista and they are one of the key parts of the Windows 7 user interface as well. In this article I’ll show you how to create a command link control in Expression Blend 3 for use in your Silverlight 3 projects.New concept introduced with Blend 3 – Behaviors is being used.
Silverlight 3 is released. Once again, same questions appear: What tools and software do I need to start building Silverlight 3 solutions and experiences? Where to get all those tools and how to get started? In this short guide I am sharing with you all the resources you need to help you and get you started with Silverlight 3.
It is easy to create reflection effect in WPF using the Expression Blend – and in this tutorial I will show you how to achieve WPF / XAML reflection effect. Number of different controls can be used for this effect – images, controls like buttons or even video. In this tutorial, I will use simple image and create its reflection. Simple as that!