jrosh 0 Junior Poster

I am working on a wpf project which there is a scrolviwer that holds an image

   <ScrollViewer Grid.Row="2" x:Name="Image" HorizontalScrollBarVisibility="Hidden" VerticalScrollBarVisibility="Hidden" >



    I want to add tooltips on the image. Not a single tool tip but several relevant to the area. 
    How can i desplay several tool tips on a single image.

    thankx in advance
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.