Wed, 01 Dec 2010 23:54:49 -0700
HierarchicalDataTemplate> ......
Tue, 30 Mar 2010 01:33:54 -0600
WPFAQS – is a series on WPF frequently asked questions (FAQS). Today we will discuss about different templates, like “ControlTemplate”, “DataTemplate”, “HierarchicalDataTemplate” and “ItemsPanelTemplate”, in WPF and their usage. ......
Sun, 20 Sep 2009 00:00:08 -0600
Build your own class that inherits from RichTextBox, disabling all the formatting commands and handling the TextChanged event to do colorization; Build your own class that inherits from TextBox, but set Foreground an Background colors ......
Sun, 13 Sep 2009 00:00:09 -0600
Then the WindowsFormsHost doesn't do anything further with the message, and the message enters the WPF input system, where it induces events tunneled and bubbled across the element tree. Eventually, NavigationWindow handles the key ......
Sun, 06 Sep 2009 00:00:13 -0600
Learning more about WPF and Silverlight. ... That's all for now. Press F5 to run the application and watch the colors spin once about the circle. It should look similar to the following video. Spinning Ring ......
Sun, 30 Aug 2009 00:00:08 -0600
HierarchicalDataTemplate>. . Hope the above helps you in getting started with WPF templates. ......
Sun, 23 Aug 2009 00:00:13 -0600
Coming in July 2009 – Updated version of the DXGrid™ for Windows Presentation Foundation Glendale, CA – DevExpress.com is proud to announce the upcoming release of the newest version of its Data Grid for WPF…a feature-rich Data Grid and ......
Sun, 16 Aug 2009 00:00:10 -0600
Today I wanted to know the definitions of the colors in WPF's static Colors class. A two-minute web search didn't turn anything up so I decided to write a quick and dirty little program to emit them. It should have been simple enough; ......
Sun, 09 Aug 2009 00:00:09 -0600
RSS Feed. Feed the hungry with WPF. MY MVP PROFILE. My Microsoft MVP profile can be viewed here. UX Design Patterns. The WPF Disciples Group ... The WPF.JoshSmith Library. Download my free WPF library from the CodeProject. ......
Sun, 02 Aug 2009 00:00:11 -0600
(Ged Mead) One of the things that first caught me out in WPF was the simple topic of colors. For example, let's say you want to reset the BackColor of a Form in Windows Forms....