Is it possible to make one of the lisit items in 'listpicker' appear on its interface when selected?

i have made a lisit of 3 choices and text i've set to be displayed on the lisitPicker is 'Pick".. is it possible to make the text change to one of the items of the list when selected?

Set the listPicker.Text to the listPicker.Selection in AfterPicking event.

it works! thank you!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.