Combo popup scroll
I have a combo and i implemented autocomplete on it. Now I have a variable holding the index of the found item. What I want to do is to have the popup stay visible (i reopen it after every search [every character typed] ) and have the list scroll to the found index.
I just can't figure it out. I tried using setViewOffset with the index and it does work kind of. However it restricts the lsit from that index downwards only, meaning that i can't manually scroll back up if I wanted to. There is another method called setViewPosition, but it doesn't seem to work/do anything. Can anyone shed some light on this?
Thanks :)
I just can't figure it out. I tried using setViewOffset with the index and it does work kind of. However it restricts the lsit from that index downwards only, meaning that i can't manually scroll back up if I wanted to. There is another method called setViewPosition, but it doesn't seem to work/do anything. Can anyone shed some light on this?
Thanks :)
Cedric Mamo
July 4,