Worked Example: Programmatic Addition of a WPF Data Template to a ... by Xaml

Sun, 13 Sep 2009 00:01:11 -0600

Worked Example: Programmatic Addition of a WPF Data Template to a ...

by Xaml @ Sun, 13 Sep 2009 00:01:11 -0600



Markup // Load an object from a XAML string let loadFromString = use sr = new StringReader(xaml) use xr = XmlReader.Create(sr) XamlReader.Load xr // Create a data template resource pair let buildDataTemplate<'T>xaml = (new ...