You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implemented my own custom solution in Xamarin.Forms, which looks like this:
I used Entry control for search box and ListView for showing search results. I managed to highlight matched results, by using Label->FormattedText->FormattedString->Span controls, to split text into three parts: first part, highlighted text and last part.
Hello, I need to implement highlighting of search query on the matched results. Is there a way to do that?
The text was updated successfully, but these errors were encountered: