i have an application, which has a listview with listview items. every listview item has some useless element inside it and when navigating with up/down arrows, nvda reads this item inside listview item and because of that, it is not possible to get a position of item.
how i can redirect focus to the parent element which is list item itself and read this element instead of originally focused one?