I put the ClearButtonVisibility in an entry and the entry inside a fame and the Clear Button Visibility doesn't work, how do i make it work
int the xaml code i have this:
<Frame Margin="35,0,35,0" Padding="0">
<Entry Placeholder="This is a freaky entry"
ClearButtonVisibility="WhileEditing"/>
</Frame>