I want to show some options on the top of the keyboard can you please give me a suggestions about this i am unable to find any reference please find below image.
Xamarin forums are migrating to a new home on Microsoft Q&A!
We invite you to post new questions in the Xamarin forums’ new home on Microsoft Q&A!
For more information, please refer to this sticky post.
Answers
For this, you can try to position the control's UI over the keyboard.
Please refer to the following code:
1.Create your UI in XAML using Grid
2.MainPage.xaml.cs
3.Create an extended Entry Renderer to raise the keyboard on iOS
4.Add platform specific
WindowSoftInputModeAdjust
toApp.xaml
file with Resize value In android platform.The result is:

Refer : https://www.xamboy.com/2019/02/05/showing-keyboard-options-in-xamarin-forms/
Xamarin forums are migrating to a new home on Microsoft Q&A!
We invite you to post new questions in the Xamarin forums’ new home on Microsoft Q&A!
For more information, please refer to this sticky post.