Epic - ListViewSubItems in the ListView have incorrect behavior
See original GitHub issueCommon
Case 1:
- The checkbox does not have its accessibility object in the
ListView
Actual behavior:
Expected behavior:
The checkbox should have its accessibility object in the ListView
Details
Case 1 (regression from #3223):
- A yellow rectangle is drawn for the entire
ListViewItem
instead of the selectedListViewSubItem
Actual behavior:
Expected behavior:
Case 2:
- The image does not have its accessibility object in the
ListView
Actual behavior:
Expected behavior:
Case 3:
- ListViewSubItem of an ListViewItem are not displayed in the Inspector tree when the ListViewItem is in a ListViewGroup (may be fixed in #4678)
Actual behavior:
Expected behavior:
LargeIcon
Case 1:
-
ListViewSubItem
in aListView
do not have accessibility objects (https://github.com/dotnet/winforms/pull/8022)
Actual behavior:
Expected behavior:
List
Case 1:
-
ListViewSubItem
in aListView
do not have accessibility objects (https://github.com/dotnet/winforms/pull/8022)
Actual behavior:
Expected behavior:
SmallIcon
Case 1:
-
ListViewSubItem
in aListView
do not have accessibility objects (https://github.com/dotnet/winforms/pull/8022)
Actual behavior:
Expected behavior:
Tile
Case 1 (regression from #3223):
-
ListViewSubItem
of anListViewItem
are not displayed in the Inspector tree when theListViewItem
is in aListViewGroup
(#4678)
Actual behavior:
Expected behavior:
Case 2 (regression from #3223):
- The rectangle is not displayed for a
ListViewSubItem
when the user hovers over it or selects in the Inspector tree (#4679)
Actual behavior:
Expected behavior:
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (10 by maintainers)
Top Results From Across the Web
SubItems of ListView are not displayed in winforms
ListView shows sub items if it's in Details view and it has some columns. Let's say you have the following data:
Read more >SubItems in a listview problem - IT Programming
I am getting an invalid property value error when I go to add a subitem. I tried type casting to try and fix...
Read more >ListViewItem.ListViewSubItem.Font Property
The following code example demonstrates how to set the UseItemStyleForSubItems property to false to define a custom style for ListViewItem.
Read more >Untitled
Song to teach reflexive verbs in spanish, Logbook wrong details property, ... Dosti friendship songs lyrics, Listview items and subitems android device.
Read more >Untitled
Maubeuge france, David allan peters prices, 30 and have no career! ... Nba2k13 cheats, Vb net listview subitems add, Documents google groups, Npti...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Tested the remaining cases which are still unchecked.
Details.Case 1. OK
Details.Case 3. OK
Tile.Case 2. OK
I suggest marking these cases as completed.
This is a problem. There is no point in announcing “ListVIewItem2, image” because the user would not know what that image is. It’s valuable to have image node in the hierarchy only when that image had text associated with it. But let’s wait until this issue is raised by external users.
I think hierarchy with no mandatory subitems is reasonable.