windowless set to true
htmlplaceholder work fine as stand along
Tooltip style work fine without htmlplaceholder
<StackPanel Orientation="Vertical" Grid.Column="1" Margin="3">
<TextBlock Text="{Binding Subject}" TextWrapping="Wrap"
Foreground="{TemplateBinding Foreground}" Margin="3" FontSize="16" FontWeight="Normal" />
<StackPanel Orientation="Horizontal" Margin="2 0">
<TextBlock Text="{Binding Start, StringFormat=h:mm tt}"
FontWeight="Normal" Margin="3 0 0 0" Foreground="#FFB2B2B2" />
<TextBlock Text=" - " Foreground="#FFB2B2B2" />
<TextBlock Text="{Binding End, StringFormat=h:mm tt}"
FontWeight="Normal" Margin="3 0 0 0" Foreground="#FFB2B2B2" />
<telerik:RadHtmlPlaceholder SourceUrl="http://www.google.com" Width="250" Height="370" />
</StackPanel>
I can not see the content of htmlPlaceHolder, the tooltip become wider but show only the tooltip background
htmlplaceholder work fine as stand along
Tooltip style work fine without htmlplaceholder
<StackPanel Orientation="Vertical" Grid.Column="1" Margin="3">
<TextBlock Text="{Binding Subject}" TextWrapping="Wrap"
Foreground="{TemplateBinding Foreground}" Margin="3" FontSize="16" FontWeight="Normal" />
<StackPanel Orientation="Horizontal" Margin="2 0">
<TextBlock Text="{Binding Start, StringFormat=h:mm tt}"
FontWeight="Normal" Margin="3 0 0 0" Foreground="#FFB2B2B2" />
<TextBlock Text=" - " Foreground="#FFB2B2B2" />
<TextBlock Text="{Binding End, StringFormat=h:mm tt}"
FontWeight="Normal" Margin="3 0 0 0" Foreground="#FFB2B2B2" />
<telerik:RadHtmlPlaceholder SourceUrl="http://www.google.com" Width="250" Height="370" />
</StackPanel>
I can not see the content of htmlPlaceHolder, the tooltip become wider but show only the tooltip background