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
1930
xamHtmlViewer hide the scrollbar
posted

hi, I have a xamHtmlViewer control in my code. I would hide the horizontal and vertical scrollbar. I set ScrollViewer.HorizontalScrollBarVisibility="Hidden" ScrollViewer.VerticalScrollBarVisibility="Hidden" in my XamHtmlViewer but I haven't any effect.

        <ig:XamHtmlViewer Grid.Column="2" Grid.Row="1" Grid.RowSpan="2" Margin="0,20,0,0" Name="xamHtmlViewer1" HorizontalAlignment="Center" VerticalAlignment="top" Width="240" Height="320"  ScrollViewer.HorizontalScrollBarVisibility="Hidden" ScrollViewer.VerticalScrollBarVisibility="Hidden"/>

What can I do?