Replies: 1 comment
-
|
Thanks for the report. Style bindings are not yet supported: #4826 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I understood correctly, In the UWP I can't to binding Canvas.Top to the some value:
But I can do it in the defalult WPF project.
I'am trying do this in UNO-platform for WPF-project:
xmlns:win="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:not_win="http://uno.ui/not_win" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="not_win"But I have errors:
Full code:
Beta Was this translation helpful? Give feedback.
All reactions