LinkLabel accessibility problem in WinForms application

48 Views Asked by At

I am working on a windows application and trying to improve accessibility. Using NVDA screen reader to verify.

Problem is the LinkLabel controls are reported two times while navigating with TAB key. So, I decided to set AccessibleRole to None. But this time NVDA sometimes announces the controls two times. (Greens are one time; yellows are two times.)

nvda-inconsistent-reporting

I wonder is there anybody has any idea or solution regarding to this problem. Thanks in advance for your time.

0

There are 0 best solutions below