I'm creating an application which at some point needs the user to choose between a maximum of 10 possibilities (could be less), what I need is something that is displaying all suggestions on the screen, without having to extend like regular dataList.
And I need to make sure only one of those can be selected at a time.
Something like this :
If I can make the selected one highlighted it could be even better.
If you know how to do it, I'd like your advice. No need to give me the full code of it if it bothers you, just the name of the different techs will be alright and the language associated.