Question

I'm looking to build a flyout type menu in Silverlight that will be added to an aspx page. the items will be built dynamically via data returned from a web service. All of the samples on building menues do not allow the silverlight to "flyout" over the HTML. Can this be accomplished? If so, what would be the best method to do so?

Was it helpful?

Solution

This can be done if you:

  1. Set your silverlight windowless property to true
  2. Set silveright background to transparent.
  3. Use CSS to position your object tag so that it lays on top of other HTML elements.

OTHER TIPS

Sort of the other-way-round, but maybe this could be of use?

How to embed HTML inside a Visual WebGui Silverlight application

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top