We are experiencing an issue with the Magnifier functionality provided by the Xceed.Wpf.Toolkit library in a WPF project. The problem occurs when a ComboBox is used, and its data is loaded dynamically. Specifically, when the magnifier interacts with the ComboBox’s list items, the content does not display or magnify correctly as expected.
When the magnifier is applied over the dynamically loaded ComboBox list items, it seems to either:
Not magnify the ComboBox list content as expected.
The interaction between the magnifier and the ComboBox is inconsistent (e.g., the content not properly zoomed).
We are experiencing an issue with the Magnifier functionality provided by the Xceed.Wpf.Toolkit library in a WPF project. The problem occurs when a ComboBox is used, and its data is loaded dynamically. Specifically, when the magnifier interacts with the ComboBox’s list items, the content does not display or magnify correctly as expected.
Issue:
When the magnifier is applied over the dynamically loaded ComboBox list items, it seems to either:
Not magnify the ComboBox list content as expected. The interaction between the magnifier and the ComboBox is inconsistent (e.g., the content not properly zoomed).