Replies: 1 comment 2 replies
-
It is because you're using Convert, which has a Another way that might work a bit better is to use the Child binding method, something like: Binding.Property((TreeGridItem item) => item.Tag).Cast<Globals.ControlObjectsProperty>().Child(c => c.Name) |
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
-
Recording.51.mp4
I do not understand why the Binding doesn't update the TreeGridItem there with its Name changed.
Is it because there are too many levels?
My TreeGridItem.Tag holds a class called Globals.ControlObjectsProperty, under it i have a Name property.
Is it the correct way of doing it otherwise?
Beta Was this translation helpful? Give feedback.
All reactions