CustomView for each SfRating Item like in Xamarin.Forms

SfRating Xamarin.Forms version had customview for each selected and unselected items like below code. is it not possible with maui?


  <rating:SfRating.Items>

                    <collection:ObservableCollection x:TypeArguments="rating:SfRatingItem">

                        <rating:SfRatingItem>

                            <rating:SfRatingItem.SelectedView>

                                <Image   Source="selected.png" />

                            </rating:SfRatingItem.SelectedView>

                            <rating:SfRatingItem.UnSelectedView>

                                <Image Source="unselected.png" />

                            </rating:SfRatingItem.UnSelectedView>

                        </rating:SfRatingItem>


1 Reply

SN Sivaranjith Nagaraj Syncfusion Team January 17, 2025 12:50 PM UTC

Hi Emil,

 

Thank you for reaching out to us. Currently, we don’t have support for CustomView in SfRating, so we created a feature request to "Provide support for CustomView in .NET MAUI SfRating". Please find the link below to track the status of the feature implementation.

 

Feedback link: 64479

 

Please cast your vote to make it count. We will prioritize the features every release based on the demands, and we do not have an immediate plan to implement this feature since we have committed to already planned work. So, this feature will be available in any of our upcoming releases.

 

If you have any more specifications/suggestions for the feature request, you can add them as a comment in the portal. We will share the release details in the feedback itself.

 

Regards,

Sivaranjith N.


Loader.
Up arrow icon