Skip to content

Instantly share code, notes, and snippets.

@AnsonSmith
Created October 6, 2010 20:40
Show Gist options
  • Save AnsonSmith/614037 to your computer and use it in GitHub Desktop.
Save AnsonSmith/614037 to your computer and use it in GitHub Desktop.
#if !SILVERLIGHT && !WP7
if (itemsControl.ItemTemplateSelector == null)
{
itemsControl.ItemTemplate = DefaultDataTemplate;
}
#else
itemsControl.ItemTemplate = DefaultDataTemplate;
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment