What is the recommended approach to making the XamComboEditor combobox style like the Windows default? I'm aware of the styling points (ComboBoxStyle property). Please provide a proven solution that doesn't involve putting the Windows control template in the editor's EditTemplate property. Thanks.
Hi Darryl,
Thank you for your reply. Let me know, if I can assist you with anything else on this matter.
Thanks Yanko. It's not that I don't want to use those approaches, but that I'm aware of them, and I was looking to see if any of you had another approach. It would be nice if you could simply point ComoBoxStyle to the default windows style using a type key, but obviously the Xam styling has merged before that could happen.
Thank you for your post. I have been looking into your requirement and currently there is no available proven solution for your requirement because the concept of XamComboEditor is not to look like the Microsoft ComboBox. My suggestion is to restyle the control the way that you would like to look like. You could find the default styles for the XamComboEditor in:
C:\Program Files (x86)\Infragistics\2014.2\WPF\DefaultStyles\Editors\EditorsGeneric.xaml
The default styles for Microsoft ComboBox are available at:
https://msdn.microsoft.com/en-us/library/ms752094%28v=vs.110%29.aspx
I am not sure why you do not want to use the ComboBoxStyle property.
Let me know, if you need any further assistance on this way.