Is it intended that the header of the given html page be removed?
<basics:TabItem Header="Reports" x:Name="tbReports"><Grid x:Name="gridReports"><Grid.ColumnDefinitions><ColumnDefinition Width="*"/></Grid.ColumnDefinitions><Grid.RowDefinitions><RowDefinition Height="*"/></Grid.RowDefinitions><igHtmlViewer:XamWebHtmlViewer x:Name="XamWebViewer" VerticalContentAlignment="Stretch" Grid.Row="1" Grid.Column="1" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" SourceUri="http://ko.infragistics.com"/></Grid></basics:TabItem>
This code does not display anything above the Free Trial Logo in the top right of the page.
This problem was caused by a negative margin setting on the tab control set within a dock container, resolved.
<basics:TabItem Header="Reports" x:Name="tbReports"><igHtmlViewer:XamWebHtmlViewer x:Name="XamWebViewer" Margin="0" SourceUri="Http://www.igoogle.com"/></basics:TabItem>
Sorry for the late reply. If you still need the project then I'll just call in and start a new case.
Hello Danny,
I took a look at your code. Firstly, the code Grid.Row="1" Grid.Column="1" is not correct because you have only one column and one row declared. I tested the code and everything works OK, so could you post the whole code of your application or send me the application as a ZIP file. Also you can provide a snapshots of your problem.
Regards,
Doychin Dochev