Hi,
I have a problem with a standalone menu on my Silverlight dashboard.
I have four silverlight controls loading at a time, so attaching the MainMenu to a single one would be counter-productive.
I've been attempting to create a main-menu at the top of my html page.
Problem 1:
When I use "windowless=true" and "PluginBackground=Transparent" to display the Silverlight Menu over my HTML Code, I cannot seem to click through to the background data. I've searched for solutions to this, and have come up with nothing.
From what I understand, basic Silverlight doesn't not provide any form of "Click Through Transparent" options.
Do you possibly have a solution for this?
Problem 2:
Barring the fact that Click Through doesn't work and never will, I would like to attempt to "Dynamically Resize Silverlight Control to fit the contents".
Unfortunately I've come up with nothing that would allow me to return the actual scrolling height of an open menu to the Javascript and resize the Silverlight Control Object.
Does anyone have any solution to this?
I have a problem with a standalone menu on my Silverlight dashboard.
I have four silverlight controls loading at a time, so attaching the MainMenu to a single one would be counter-productive.
I've been attempting to create a main-menu at the top of my html page.
Problem 1:
When I use "windowless=true" and "PluginBackground=Transparent" to display the Silverlight Menu over my HTML Code, I cannot seem to click through to the background data. I've searched for solutions to this, and have come up with nothing.
From what I understand, basic Silverlight doesn't not provide any form of "Click Through Transparent" options.
Do you possibly have a solution for this?
Problem 2:
Barring the fact that Click Through doesn't work and never will, I would like to attempt to "Dynamically Resize Silverlight Control to fit the contents".
Unfortunately I've come up with nothing that would allow me to return the actual scrolling height of an open menu to the Javascript and resize the Silverlight Control Object.
Does anyone have any solution to this?