Is there a problem with the ComboBoxItem template/style, or is it me? I find that, with a custom ItemsSource and one of the Office 2007 themes (BureauBlue), that the items in the combo don't get rendered and just show as "Xceed.Wpf.Toolkit.PropertyGrid.Attributes.Item". Without this or any theme, all is fine - you see the strings in the drop-down as expected.
My workaround was to put a key on the ComboBoxItem style in the theme, but this will affect all combo boxes in the application, of course, and I lose the theme style in the Propertygrid combos. As it happens, I don't have many other combos anyway, and those that I have are heavily customised already.
But, is there a better solution? I would prefer to alter/define a style for the Xceed...Attributes.Item, but all attempts have failed so far.
Thanks
James.
My workaround was to put a key on the ComboBoxItem style in the theme, but this will affect all combo boxes in the application, of course, and I lose the theme style in the Propertygrid combos. As it happens, I don't have many other combos anyway, and those that I have are heavily customised already.
But, is there a better solution? I would prefer to alter/define a style for the Xceed...Attributes.Item, but all attempts have failed so far.
Thanks
James.