I have found plenty of tutorials demonstrating InputScope values of email, phone number, name, etc. But nothing that addresses my specific problem.
I want the user to be able to select a value from an enum or a list of strings. I'm trying to imitate the behavior found in the emulator under Settings > region & language, for either the short date or long date values. Basically, when the user clicks in the textbox a list is presented from which the user can select a value, which then populates the textbox. In one case, the list is presented full screen, in the other case the list is presented in place of the textbox.
Any help is greatly appreciated.