This question is locked. New answers and comments are not allowed.
<UserControl > <Border Height="auto" CornerRadius="5" BorderThickness="2" BorderBrush="LightGray" > <ScrollViewer Height="auto"> <telerik:RadHtmlPlaceholder HorizontalAlignment="Center" Margin="10" HtmlSource="{Binding Article.ArticleInstruction, FallbackValue=Empty}"/> </ScrollViewer> </Border></UserControl>Running in SL5 an OOB application.
As soon as I Bind the HtmlSource-property I get "white screen of death"... Is it not bindable do I need to set it in the Code-Behind?