My WPF Reference

Hi, I'm Mark Moeykens. I created this blog so I could post and reference my Windows Presentation Foundation info in one central location. Since I'm thinking I'm the only one that will be referencing this blog, I warn you to use the info at your own risk! Sorry, I might omit data if I already know it.

Sunday, July 12, 2009

Style Element - Simple Example

›
Here is a simple example of using the Style element. Defining a style is similar to using a cascading style sheet to define styles. In WPF...
Wednesday, April 30, 2008

ToggleButton in a TreeViewItem - Customizing

›
TreeViews consist of a collection of TreeViewItem controls. TreeViewItems have an expander which is commonly seen "+" when the ite...
Saturday, April 26, 2008

Content Controls

›
Ever wonder why the TextBox has a Text property and a Label has a Content property? They both accept text that gets displayed on the window....
Thursday, April 24, 2008

User Controls - Adding Design-Time Properties

›
When I say "Design-Time Property", I mean a property on the user control that shows up in your properties window and perhaps visua...
Sunday, April 13, 2008

Navigating Through Bound Data

›
About a month ago I had a requirement for a personal application I was building: 1. Show one piece of data through a label. 2. Have a Next...
Wednesday, April 9, 2008

Collection Binding

›
Say you want to bind 5 data items (maybe like rows in a DataView or items in a list) to a control. Only WPF Elements that are derived from I...
Tuesday, April 8, 2008

Binding to Data Objects (classes)

›
We did Element to Element data binding in the previous post. So instead of: < TextBlock FontSize ="{Binding ElementName=sliderFon...

Element to Element Data Binding

›
< Slider Name ="sliderFontSize" Minimum ="1" Maximum ="40" Value ="10" TickFrequency =...
Home
View web version

About Me

My photo
Mark Moeykens
Just your normal developer sharing tidbits of what he learns and does from day to day.
View my complete profile
Powered by Blogger.