Basically the TreeView has checkboxes, and I am able to get the TreeNode, but it gives me the TreeNode wherever I click on the TreeNode, from it's text to it's checkbox and a little beyond that (to the left).
Can I restrict the hittest so I only get a TreeNode if the user click on the checkbox of the TreeNode?