TreeListView with FullRowSelect doesn't update correctly
ObjectListView - ListView on caffeine, guarana and steroids
Brought to you by:
grammarian
A TreeListView with FullRowSelect=true doesn't update correctly when arrow keys are used to navigate up/down. The first part of the tree lines don't update their 'selectedness', both in the old and the new row. This does work correctly when the mouse is used to select rows.
Steps to reproduce:
Actual Result:
The part of the previously selected row containing the tree lines is still colored blue. The rest of the row updates correctly.
In the newly selected row, the same area is not colored blue, even though it should be. See attachment.
Expected result:
Using keys works identical to selecting using the mouse.
This has been fixed