TemplateBinding is this possible? #202
GirusVirus
started this conversation in
New Feature Discussions
Replies: 1 comment 2 replies
-
Hi, I was able to create a reusable control/view with the following code. However after much trial and error, I see that the "Bind" operator works with two different usages. see code. Now my question is, which one is correct or are they both acceptable? Is this the proper way to create a reusable control? `public class HeaderView : ContentView
}` And usage would be like this:
|
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
-
Hi, I just started with C# Markup and have ran into an issue with understanding how to create a custom reusable control. After creating a control template it all looks and works great, except I cannot seem to be able to bind to to the BindableProperty. I looked everywhere for an example, but have not been able to find a way. Thanks,
Beta Was this translation helpful? Give feedback.
All reactions