When I have a ScrollViewer and more than one TextInput in the ScrollViewer like this:
<ScrollViewer>
<TextInput />
<TextInput />
<TextInput />
</ScrollViewer>
When I press Enter in the first TextInput the ScrollViewer Focus on the Next TextInput. It is posible to when I press Enter (In a phone) trigger a Method in UNO and dont focus in the next TextInput?
Thanks!