Prism's ItemsControl seems to have a xaml parse error. Why?
Posted
by user158103
on Stack Overflow
See other posts from Stack Overflow
or by user158103
Published on 2009-11-09T04:09:53Z
Indexed on
2010/04/18
14:03 UTC
Read the original article
Hit count: 282
I am at a loss as to why my Shell.xaml's ItemsControl is causing a parse error. I know the syntax is correct because I copied the Silvelright project files from a working project.
Right now my only guess is that ItemsControl is dependent on something else.
Here is the relevant xaml line for ItemsControl.
<ItemsControl x:Name="Region"
VerticalAlignment="Center"
HorizontalAlignment="Center"
Regions:RegionManager.RegionName="Region"/>
© Stack Overflow or respective owner