WPF Reflections:

Windows Computing

1

May 14, 2008  9:04 AM

WPF Problems printing documents



Posted by: MarkWPF
printing, Windows Computing, WPF, XAML

Do you have problems printing documents in WPF? My problem manifested itself when I tried to print a document from a FlowDocumentPageViewer (though the same is true from a FlowDocumentReader). The problem I was getting was that if I had multiple pages, they would all be scaled and fitted onto...

March 31, 2008  11:01 PM

Data validation in WPF using ValidationRule



Posted by: MarkWPF
Databinding, Microsoft Windows, Validation, Windows Computing, WPF, XAML

As I mentioned in a previous post, you can specify validation by creating a Validation class (or classes). You do this by deriving a new class from the ValidationRule class and overriding the...


January 16, 2008  11:59 PM

Popup box



Posted by: MarkWPF
C, Development, Windows Computing, WPF

One thing that I have noticed, out there in the real world, is that people new to WPF haven't noticed the (slightly) unsung hero Popup. I have actually seen people spending man weeks recreating a floating window as per the popup control in WPF. So what is it? Well it is the ancestor class for...


1