Friday, 30 October 2009

WPF : XPS Printing Support

Printing ListView using XPS

References required
using System.Windows.Xps.Packaging;

using System.Windows.Xps;
 
held in Assys
Sytem.Printing.dll
ReachFramework.dll

Thursday, 15 October 2009

WPF : Non scrolling ListView inside a StackPanel!!!!

Compositional UI designers beware! If you use the StackPanel and attempt to load a view containing any kind of ListView inside that StackPanel's tree, said ListView will never scroll vertically.

Same problem when used in a grid with Height set to Auto.