I've noticed a problem and/or change with the ListCtrl. One problem with the
keyboard navigation seems to be cleared up with 2.2.
When I've made a change to the list contents and update the entire view, I used
the SetItemState(0, wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED) to reselect
the item and the list would automatically scroll down.
This seem to be broken or the approach has to change since the list scroll just
stays at the top position. The item is selected properly if you manually
scroll down the list again.
Any suggestions.
Lorne