How can I create a style for the XamComboEditor so it has alternating backbround like the XamDataGrid?
Another option if you are using .net 3.5 sp1 or later is to provide a custom style for the contained ComboBox and set its AlternationCount and use the AlternationIndex on the comboboxitem's style. e.g.
Thanks. I get the following error:
Cannot find the Style Property 'ItemContainerStyle' on the type 'Infragistics.Windows.Editors.XamComboEditor'.
my project is .net 3.5 and I'm running windows 7 with all available updates installed, so I asume I'm using .net 3.5 sp1. Any ideas why it doesnt recognize that property? I put this style in a resource dictionary in a seperate file which includes the following references:
xmlns:igwindows="http://infragistics.com/Windows"xmlns:igEditors="http://infragistics.com/Editors" xmlns:luna="clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Luna"xmlns:igThemes="http://infragistics.com/Themes">