Hello,
Is it possible to change color of text of Load More button in SfAutoComplete control?
I couldn't find it nowhere.
Thanks.
Hi
Milan,
We are glad to announce that our Essential Studio 2022 Volume 1 main release
v20.1.0.47 is rolled out and the feature “Provide Text Color support for
load more text in SfAutoComplete” is included in this version v20.1.0.47
which is available for download under the following link.
https://www.syncfusion.com/forums/174125/essential-studio-2022-volume-1-main-release-v20-1-0-47-is-available-for-download
You can access this feature by setting LoadMoreTemplate API in SfAutoComplete
as like below code snippet.
<autocomplete:SfAutoComplete.LoadMoreTemplate> <StackLayout BackgroundColor="LightCoral"> <Label Text="Press here to load more text.." HorizontalTextAlignment="Center" VerticalTextAlignment="Center" FontAttributes="Bold" TextColor="White" FontSize="22"/> </StackLayout> </autocomplete:SfAutoComplete.LoadMoreTemplate> |
Feature Feedback Link: https://www.syncfusion.com/feedback/29897
We thank you for your support and appreciate your patience in waiting for this
release. Please get in touch with us if you would require any further
assistance.
Regards,
Suganya Sethuraman.