Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1140
Top of html page cut off.
posted

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.

 

 

Parents
  • 760
    posted

    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

Reply Children