Search bar cancel button text is not displaying MAUI windows app
Amose Kumar R
5
Reputation points
Search bar cancel button text is not displaying MAUI windows app
SearchBar _searchBar = new SearchBar()
{
HeightRequest = 42,
VerticalOptions = LayoutOptions.Start,
HorizontalOptions = LayoutOptions.End,
WidthRequest = 250
};
I have the above code to display a search bar, it is display like below
But i need a cancel button to close the search bar, is is possible to display a cancel button in windows?
Thanks
Sign in to answer