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

Sun, 06 Sep 2009 00:02:27 -0600

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

by Spf templates @ Sun, 06 Sep 2009 00:02:27 -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 ...