Replies: 1 comment 1 reply
-
Hi, you could take a look at this sample, if there is something different that you are trying to do perhaps provide a sample to demonstrate it and I will try to assist. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a custom treelist. I want to observe the click event of a button in the item template. Because the item template is changing from list to list, the only way i could came up is to handle the ButtonBase.Click event from this scope of this treelist.
The traditional way to do this is to add a ButtonBase.Click event at the treelist control. However, I wonder if there is a reactiveui way to do so?
<controls:TreeListView x:Name="Elements" ButtonBase.Click="Elements_OnClick">
Beta Was this translation helpful? Give feedback.
All reactions