Hello!
Could anyone offer me some advice on how I might go about implementing a control in Silverlight that displays image thumbnails that when hovered over, enlarge to a bigger size!?
Help greatly appreciated.
...
Maybe I am missing something really simple but a Google search returned no usefull results when searching on how to change an image on when i hover over the image.
All i have so far is :|
...
Here is the scenario: a User will see a list of company names, each wrapped in an tag. He is able to see dynamic information and as he hover over each name and then make a request.
So Given a list of companies, each wrapped in an tag.
When the cursor hovers over an tag
Then a "pop-up" appears that contains an -based, dynamic conte...