-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Add bindings #420
Add bindings #420
Conversation
- fix classes property on StyledElement. - move styles property to IStyleHost.fs.
- add styles demo back - update styles.xaml for FluentTheme
- compare list of IStyle correctly - setter should also update Resources
…dler/RemoveHandler.
Really good work 👍 There are a few small things we need to do before merging (check comments). |
Expanded the documentation for the `patchStandardClasses` function, which updates the standard classes of `Classes`, with detailed explanations about the mixture of standard classes and pseudoclasses.
- StartsWith ... use Char instead of String. - update comment.
…func, ?subPatchOptions)
- Add helper function for IList<'t>. - Use helper function instead of custom Internals functions. - For list<'t> binding, remove custom compare function.
I've made revisions based on the review comments. Please check |
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.
LGTM, great work 🎉
Thank you very much. |
I just merged it. Assumed the author can merge after a PR is approved. |
add bindings for AvaloniaObject ~ TextBox, Flyout