I have created an application that has multiple listview controls with multi-columns within. The columns have been created through the properties and not within the code, in case it matters. The problem I am having is with a screen reader (JAWS), it will read the information but never the first column header.
For example: If I had a Listview that has 3 columns "First Name", "Last name" and "Phone Number", the screen reader would go in a read the first name but not the header, then say "Last Name" before telling me the actual Last Name and so on.
Does anyone have an idea of why this is happening?
For example: If I had a Listview that has 3 columns "First Name", "Last name" and "Phone Number", the screen reader would go in a read the first name but not the header, then say "Last Name" before telling me the actual Last Name and so on.
Does anyone have an idea of why this is happening?