Is there a limit on the number of items in a ListPicker in the current build? I've just downlaoded it as I need an equivalent of ComboBox, but when I put in more than five items, I get an ArgumentException when I try to open it.
Also - is it possible to scroll a ListPicker if there's more items than there is room to display? The application could easily end up with more items than there is room for on the screen (it's a dynamic list defined externally), but when I had e.g. four items defined, with only enough room for two to display, I couldn't select anything after the second item.
Comments:
Also - is it possible to scroll a ListPicker if there's more items than there is room to display? The application could easily end up with more items than there is room for on the screen (it's a dynamic list defined externally), but when I had e.g. four items defined, with only enough room for two to display, I couldn't select anything after the second item.
Comments:
Closing because AdamEcc reported that after adjusting his code the issue has gone away.