Android Question CustomListView current row colour

JdV

Active Member
Licensed User
Longtime User
Hello

Is it possible to change the colour of the current row in a CustomListView? I don't mean a row that has been clicked/pressed/selected.

This would be useful for devices (such as TVs) where navigation is done by direction pad.

Regards

Joe
 

JdV

Active Member
Licensed User
Longtime User
Using Activity_KeyPress I've managed to get the 'current' row to highlight when the user presses the up and down direction keys.

However sometimes the up and down keys scroll the whole scrollview without moving the highlight.

Is there a more reliable way to achieve what I want?
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Hard to say.

Try to make CLV.sv and its inner panel, not focusable.

Change True to False
 
Upvote 0
Top