June 2008 - Posts
In this video Pat Tormey shows how to manage forms both as Multiple Document Interface (MDI) and Single Document Interface (SDI) with notes and tips for handling single and multiple instances, menus, and even a bit on the MDI for Template.
By: Pat Tormey
If you've ever found yourself storing extra data in a control's Tag property because you just couldn't find anywhere to put it, this video is for you. In it, Todd Miranda shows how to store extra data using Attached Properties.
An attached property is a concept defined by Extensible Application Markup Language (XAML). An attached property is intended to be used as a type of global property that is settable on any object. In Windows Presentation Foundation (WPF), attached properties are typically defined as a specialized form of dependency property that does not have the conventional property "wrapper" (MSDN).
By: Todd Miranda
As in other markup languages, XAML utilizes XML Namespaces to prevent naming conflicts and to provide information about the correct implementation of XAML. However if you are not familiar with Namespaces, they can tend to be confusing at first. In this video, Todd Miranda describes how to declare and use Namespaces in WPF.
By: Todd Miranda
In last week’s video, Todd Miranda showed how to customize the appearance of ListBox ListItems. This week, he shows how to customize the ListBox itself.
By: Todd Miranda