Hi guys,
I am creating a custom control which does hit testing on its children. I'm planning on overriding the HitTestCore
method to return multiple controls which fall inside or intersects with a Geometric region. Just wondering if anyone else has tried this. Do you have any pointers for me? Or is there another way which I can do this (without actually overriding the HitTestCore
method)? Thanks in advance for any help. :)