Jonathan
Jonathan

Reputation: 3783

ListBox for Windows Phone development

Can I make a listbox only show one option at a time and have a possibility of scrolling down for more?

Upvotes: 0

Views: 149

Answers (2)

Filip Skakun
Filip Skakun

Reputation: 31724

ListPicker might be what you need, but there should also be nothing to stop you from having the ListBox be the size of a single option. Well - except for usability perhaps, but with ListPicker being part of a separate, big library and having issues of its own - it might be what you need.

One problem with ListPicker is - it navigates to a separate page if it needs to display a lot of items, which might work great in some situations, but adds some additional complexity.

Upvotes: 0

Emond
Emond

Reputation: 50712

Have a look at the Windows Phone Toolkit

The ListPicker might be what you are looking for

Upvotes: 4

Related Questions