private void OnFeeEntryTapped(object sender, EventArgs args) { Fee.Focus(); if (!string.IsNullOrEmpty(Fee.Text)) { Fee.CursorPosition = Fee.Text.Length; } }
private void OnFeeEntryTapped(object sender, EventArgs args) { Fee.Focus(); }