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
but at runtime, the stars arrange without considering the starPadding property and they stretch to fill the parent:
And the second issue is about displaying the half star when the main layout direction has been set to RTL, but as you can see in code, the control's layoutDirection property has set to LTR.
The text was updated successfully, but these errors were encountered:
I have a layout view like this:
At design-time it shows perfectly:
![Capture](https://user-images.githubusercontent.com/11803924/77624926-40a01d00-6f60-11ea-81e1-584dc29ff93d.PNG)
but at runtime, the stars arrange without considering the
![Screenshot_1585210330](https://user-images.githubusercontent.com/11803924/77624943-48f85800-6f60-11ea-95ef-4a1b360dcc07.png)
starPadding
property and they stretch to fill the parent:And the second issue is about displaying the half star when the main layout direction has been set to
RTL
, but as you can see in code, the control'slayoutDirection
property has set toLTR
.The text was updated successfully, but these errors were encountered: