Android Question is it possible to do selecteditem in a list view?

Espinosa4

Active Member
Licensed User
Longtime User
Hi,

I would like to stand out the clicked item in a listview. I can't found any help.

is it possible?
Many thanks
Best regards
Espinosa4
 

udg

Expert
Licensed User
Longtime User
Look at its definition.
Short answer: yes, there's a Click event (named ItemClick).
 
Upvote 0

John Sturt

Active Member
Licensed User
Longtime User
Hello
If i understand you correctly
you want to highlight a selected item in a listview
This can not be done with a listview as you can only change the properties of the list in the view and not the single item located in the list.
You can however do this with Scrollview and fill it with views that you can alter to indicate the selected item.

Hope this helps.
 
Upvote 0

Espinosa4

Active Member
Licensed User
Longtime User
Hello
If i understand you correctly
you want to highlight a selected item in a listview
This can not be done with a listview as you can only change the properties of the list in the view and not the single item located in the list.
You can however do this with Scrollview and fill it with views that you can alter to indicate the selected item.

Hope this helps.
Hi John Sturt
Thank you very much indeed for the reply. You understood me very well.

Now I know I can't do it.
I need to increase my programming knowledge. Fill it sounds very interesting I'll try to learning how I can do it.

Best. regards
 
Upvote 0

udg

Expert
Licensed User
Longtime User
Ooops, it seems I entirely missed the point!
Sorry everyone. I'll go for my coffee hoping to recover a bit more concentration..
 
Upvote 0
Top