How do I create a silverlight data template in code? I\'ve seen plenty of examples for WPF, but nothing for Silverlight.
Edit: Here\'s the code I\'m now using this f
citation from MSDN:
The XAML usage that defines the content for creating a data template is not exposed as a settable property. It is special behavior built into the XAML processing of a DataTemplate object element.