-
Notifications
You must be signed in to change notification settings - Fork 101
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
[New Feature]Add labelposition to radiobutton and checkbox #111
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's looking perfect!
Thank you that awesome feature!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hongyue
What happens if I set FlowDirection
as RightToLeft
?
Old version was working perfect with RightToLeft
version.
Right now it should behave reversed with RightToLeft state.
Never used that property, not count it in, I'll take some time to try to fix it. |
… the same radio button causes radio button deselected in SelectionView.
@enisn I just checked it, it looks like the behavior is correct. Did you mean the naming is inappropriate of LabelPosition's members (Before, After)? In right-to-left language, right is not before? Not quite understand that. |
Yeah, When I think like that, naming comes right, too for RigtToLeft languages. I'm merging it. Thanks for your contribution @hongyue 👍 |
@hongyue |
add LabelPosition property to RadioButton and CheckBox controls, so we can specify the label's position (after or before).