Hi,
I developed a page presenting some users. This last one is simply containing an entry and a listing.
I tried to colorize the users' informations matching with the text previously typed into the entry by using the Label property named FormattedText.
At first, the result was not so great and I discovered that using the FormattedText is actually displaying the informations in a very slowy way so I implemented a little hack that was simply splitting my string in X substrings and creating a label for each one of them that I would concat into an horizontal stacklayout.
The solution is working great on iOS, but on Android it's lagging a lot when I am scrolling down / up...
I am surprise to see that there is not control handling such basic behavior or maybe I missed them. Does anyone have an idea to implement a better solution ?
I thank you in advance and wish you a great weekend !
Best regards,