In the online help documentation it shows the following two lines to use when you want to place the XamComboBox on the window.
xmlns:sys="clr-namespace:System;assembly=mscorlib"
Why do I need the second namespace for System? Is this a typo or is it really needed for the Combobox?
Thanks,Wade
Hi Wade,
I just noticed this post got missed. Sorry about that.
You are correct, that extra line declaring the mscorlib is not necessary for using any of the xam editors.
Curtis
I guess I have figured this out myself. I removed the line in Xaml referring to the mscorlib namespace and it works just fine. So, I am going with the assumption the Online Documentation has an un-necessary line in it.
Infragistics WPF Team, please let me know if I am correct or not.
Thanks,
Wade
Can someone answer this quick question?