Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1615
NodeTapped Event in C#
posted

I have a tree map that works well. I have a custom view that is created in  ResolveLeafNodeView method. 

What I need to know is to capture an event when the user is drilling down by tapping on any of the nodes. Overriding the NodeTappedEvent seems to prevent the rest of the processing. Setting RootNode just hides that node but does not do anything else.