Hi
I'm using a CustomListView to allow select / navigate to a record.
We've set the CustomListView.PressedColor to a light blue to highlight the selection and give the user feedback.
When an item on the CustomListView is pressed a call is made to service which then causes a new activity to be shown, however when they return to prevous Activity with the CustomListView the selected item is still the PressedColor, and every other item thats pressed also is set to the PressedColor.
So, without calling the CLEAR method and loading the CustomListView, how can we unselect or clear the selection so that the ListView panel items background color is restored to normal
I'm using a CustomListView to allow select / navigate to a record.
We've set the CustomListView.PressedColor to a light blue to highlight the selection and give the user feedback.
When an item on the CustomListView is pressed a call is made to service which then causes a new activity to be shown, however when they return to prevous Activity with the CustomListView the selected item is still the PressedColor, and every other item thats pressed also is set to the PressedColor.
So, without calling the CLEAR method and loading the CustomListView, how can we unselect or clear the selection so that the ListView panel items background color is restored to normal