I recently purchased 2012.2 verision of the controls. Coming from 2009. The new or updated control I'm intersted in is XamComboEditor. I would like to use it for it's new checkboxs and multiselectablity. I changed namespace to http://schemas.infragistics.com/xaml/wpf, but it seems to still use old control in Windows.Editor namespace. I get CheckboxVisiblity property does not exist in http://schemas.infragistics.com/xaml/wpf namespace. I referenced the InfragisticsWPF4.Controls.Editors.XamComboEditor.v12.2.dll.
Any ideas?
Had other task priorities last week. Will take a look at it today.
Hello,
I am just checking if my last reply was helpful for you.
If you require any further assistance, please do not hesitate to ask.
The WPF theme could be used to style the shared controls. In the project I have sent you before I have added them to the solution from the folder …\Infragistics\NetAdvantage 2012.2\WPF\Themes where they are located. Then I used them as resource dictionaries in order to apply them to the shared controls. The themes to the WPF controls are added using only the Theme property and there is no difference in the look of the shared and WPF controls.
I have modified the sample I have attached before. I added a WPF control – XamTabControl and set its theme property whenever a theme is chosen from the shared ComboBox. The themes are applied on both of the controls and are the same.
If you have any other questions on the matter, please do not hesitate to ask.
So basically I can't use the WPF themes to style the Shared controls. If so I have 2 choices rewrite whole application to only use shared controls or live without the features that are missing in the WPF controls. Otherwise then I will have to have different looking controls.
As the shared controls do not have a theme property, the theme could not be set with setting the current theme. What you could do here is adding the themes for the shared controls as ResourceDictionary. Please have a look at the project I have attached. I have used two shared controls and the user could change the theme of the two controls by selecting different item from the XamComboEditor.
Please feel free to let me know if you have any other questions on the matter.