Replies: 1 comment 2 replies
-
I thought this had been answered previously by the link to this PR if the question is really about how to set Attached Properties in a Style? If so, let's update the Title as well. https://github.com/unoplatform/uno.extensions/pull/2218/files |
Beta Was this translation helpful? Give feedback.
2 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.
-
How do I a deal in C# Markup with known issue that elements on
Canvas
does not reflect position correctly until a custom canvas binding is provided?In XAML, one must provide a code: similar to:
where
CanvasBindingHelper
is a custom converter class that binds properties of ItemsControl items (typically X and Y) with Canvas propertiesLeft
andTop
.what is equivalent in C# Markup?
Beta Was this translation helpful? Give feedback.
All reactions