How can prevent user interaction with SfRating control? To prevent the interaction with the SfRating control, set IsReadOnly property to true. When this property is enabled, we could not able to rate the SfRatingItem. But it allows to perform interactions with tooltip and PointerOverFill when precision is changed. In order to prevent this interactions, set ShowTooltip to false and colors for PointerOverFill and PointerOverStroke. Prevent Mouse interactions with the control by setting IsHitTestVisible property as false The same has been explained in the following code example XAML
C#
The result based on the above code will the one illustrated on the image below |
This page will automatically be redirected to the sign-in page in 10 seconds.