vote up 0 vote down star

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?

flag

62% accept rate

2 Answers

vote up 1 vote down check

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.
link|flag
does windowless still cause dramatic performance issues? – webwires Jun 25 at 19:49
1  
Depending on your definition of dramatic and details of your app, I would have to say either "yes" or "a little" – BC Jun 25 at 20:24
This would be a replacement menu for SharePoint, so given the overhead that SharePoint already puts on the app I don't think that SilverLight will be our answer. But, your answer appears to be the best solution. – webwires Jun 29 at 13:16
vote up 0 vote down

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

How to embed HTML inside a Visual WebGui Silverlight application

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.