This question is locked. New answers and comments are not allowed.
I have a Silverlight web part that uses the HTMLPlaceHolder to display a SharePoint rich text field's data. The string value is pure HTML. Everything works perfectly until I scroll the SharePoint web page, at which point the HTMLPlaceHolder just floats in position. In addition, I have a RadComboBox next to the HTMLPlaceHolder and when I expand the RadComboBox the HTMLPlaceHoder floats over the RadComboBox... Is there any way around this? The place holders are inside a UserControl's LayoutRoot grid. They are not hosted in a ChildWindow or any other control.