I want the user to select one out of many elements.
So I'm creating a long list of StringElement
, each one with a specific caption. Each element is associated with a specific value. My ideas was to set the Value
property of the StringElement
. However, this makes the value being shown on the right side of the element.
How can I hide this value? I only need it when the user tapped an entry.