Hi,
An XAML file holding an SL XamComboEditor can not be compiled in WPF (different namespaces). Also, important properties like .ItemsProvider does not exists in both WPF and (!) SL.
What's the point of having the XamComboEditor if the code could not be shared in WPF and SL? Am I missing something?
Thanks
Back when the XamComboEditor was created and released, we did not have Silverlight components. Silverlight was still in its sliverlight 2 stages. So, with that being said, we indeed do have controls that are different between platforms. However, as we move forward, we are now practicing a unified Xaml strategy so the code will be shared and the API's will be the same. The namespaces will still be different, InfragisticsSL4 and InfragisticsWPF4, but the code will be exactly the same to develop with each. So now as controls are developed for one platform, they will also appear in the toolset for the other platform.
For more information, please take a look at our WPF RoadMap for more details.
I see. Thanks for your feedback.