Completed
Last Updated: 03 Feb 2023 06:48 by ADMIN
Release LIB 2023.1.206 (6 Feb 2023)
Martin Ivanov
Created on: 01 Feb 2023 08:14
Category: UI for WPF
Type: Bug Report
0
Glyph: ArgumentNullException is thrown when Glyph is null and the automation peer is triggered

ArgumentNullException is thrown in the GetNameCore method of the RadGlyphAutomationPeer class. This happens when the Glyph property of RadGlyph is not set and the automation peer for the corresponding element kicks-in.

To work this around, disable the automation peers.

AutomationManager.AutomationMode = AutomationMode.Disabled;

0 comments