How to remove navigation bar from WPF browser application? I use iframe to store xbap, and when I open a webpage using a WPF browser application, it shows the forward / backward navigation buttons in the iframe.
thanks
According to: http://weblogs.asp.net/plip/archive/2007/11/11/building-wpf-applications-with-the-page-navigation-framework-it-s-just-like-asp- net-but-with-state.aspx , this is just a question
this.ShowsNavigationUI = false;
Navigation is also at frame level, so you may need to disable it.This sample is for Frame, but the same can be applied for iframes.
<Frame Source="PageSearch.xaml" NavigationUIVisibility="Hidden" />
Source: https://habr.com/ru/post/1390078/More articles:Php save file to user's computer - phpCommon WCF types in WSDL - namespacesRe-declaring variables with access modifiers in Java - javasvcutil generated missing code codes - wcfSelect the highest type record for the foreign key - sqlDownload in db and then check or confirm each line and then load in db - c #on the home page? - htmlRuby on Rails update develops custom attributes without password - passwordsFormClosing event not triggered by MDI child form - c #Oracle joins first row of subquery - sqlAll Articles