Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rating control does not work if Value is set before ItemCount #241

Open
ferasm opened this issue Apr 8, 2014 · 0 comments
Open

Rating control does not work if Value is set before ItemCount #241

ferasm opened this issue Apr 8, 2014 · 0 comments
Assignees
Milestone

Comments

@ferasm
Copy link

ferasm commented Apr 8, 2014

This is one of the oddest issues I've encountered.
After hitting an issue where the Rating control was not respecting my Value (it was always showing a full control - meaning if I had a Value of 2.5 and ItemCount of 5, it was showing all 5 stars full).

After not understanding why mine was working and comparing it line for line with the sample, I realized it came down to the ordering of which property was set on the tag first. Not sure why this is the case, but i was able to reproduce it in the sample app (just set Value before ItemCount).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants