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.)
I wonder is there anybody has any idea or solution regarding to this problem. Thanks in advance for your time.