>>>
The current version of silverlight (or Blend, I'm not sure) can only
parse properties of basic types (strings, ints, and a few Silverlight
native types). It does not support custom TypeConverters.
>>>
Im getting this when I add any ComboBox property in XAML.
>>>
Are you adding items to the combo.Items collection? If you add them to the combo.Children collection, it won't work...
>>>
I tried doing this by adding to the Items collection. It doesnt do anything. I dont receive an error, I simply have half of a dropdown arrow and when I click that, I only have a small grey dot where I am guessing the dropdown list is to be rendered.
Would it be possible to post an example of adding a ComboBox in XAML? I cant seem to even access the ComboBox via the code behind. I try to set properties and such, based on the examples in your Samples ControlExplorer project but am not having any results trying to access the ComboBox itself.
I am using these controls inside of another User Control, could that be the issue?
Thanks for the reply.