I have a canvas with user controls located on it. When a tooltip is assigned to a usercontrol or to one of its children, this tooltip is not displayed (an open event also fails). I cannot explicitly disable them.
I placed a lot of tooltips elsewhere in the application, and all of them are displayed, except for those that I created for usercontrol.
Any ideas?
The hierarchy looks something like this:
<Grid>
<Canvas>
<UserControl>
<Canvas>
<Line/>
<Rectangle/>
</Canvas>
</UserControl>
</Canvas
</Grid>
NicholasF
source
share