Hi,
I have tried to get the window to float over html content - it does not seem to be able to do this - is this possible?
Many thanks
Zack
Hi Zack,
Is what you are trying to achieve similar to this example:
http://delicategeniusblog.com/projects/dragalicious/overlay_proto/
?
Thanks,
Angel
Yes and No.
My SL application takes up the full screen space. I have a tab control which displays html content within some of the tabs and some tabs have pure silverlight content.
When I need input from a user - I pop up a XamWebDialogWindow to collect input data. If the currently selected tab in my tab control contains html content - the XamWebDialogWindow will either move the html content down or slide underneath it (as the html is floating on top of the SL application).
I think I am going to have to set the html content to hidden and make the dialog modal and do something with the modal background template so that it looks ok. I would prefer it however, if the dialog floated over the html content...
Thanks