Hi All.
I've an Edittext in a Customlistview, when I scroll it it works just fine; But when a set the focus in a edittext and try to scroll the customlistview gets stucks and after a few intents it scrolls again, I don't know how to solve this; Would you guys please help me?
Sample project attached
Thank's in advance.
Best regards
Hi All.
I've an Edittext in a Customlistview, when I scroll it it works just fine; But when a set the focus in a edittext and try to scroll the customlistview gets stucks and after a few intents it scrolls again, I don't know how to solve this; Would you guys please help me?
Sample project attached
Thank's in advance.
Best regards View attachment 128984
Hello everyone, I did not explain myself well, what I meant is that when the edittext (with focus on it) reaches the top or the bottom it stops there, it does not have a smooth scroll, and then I scroll it again and it scrolls, what I mean is if this is normal, or how can I put a smooth scroll as if there were no focus on any edittext
Hello everyone, I did not explain myself well, what I meant is that when the edittext (with focus on it) reaches the top or the bottom it stops there, it does not have a smooth scroll, and then I scroll it again and it scrolls, what I mean is if this is normal, or how can I put a smooth scroll as if there were no focus on any edittext
The reason is that when edittext is selected, the focus is located on it, you can't scroll it because the edittext focused must to be visible(can't be out of visible range). it is not related to the item focused on top or bottom.
The solution is to change focus when the edittext is finished.
The reason is that when edittext is selected, the focus is located on it, you can't scroll it because the edittext focused must to be visible(can't be out of visible range). it is not related to the item focused on top or bottom.
The solution is to change focus when the edittext is finished.