Replies: 1 comment 2 replies
-
That's not a |
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
-
Hey, I have an ItemsRepeater, inside of it I want to display a UserControl I created called CardView. How would I go about adding properties to it that can be bound to.
current usage
target usage
On top of that I have one other question.
I was thinking of decorating properties with an attribute or getting the parameters of a constructor using reflection to get the inputs dynamically, but not sure what the best way to show these prompts on the screen would be.
Beta Was this translation helpful? Give feedback.
All reactions