C# Class WhereToFly.App.Core.Controls.AutoResizeWebView

Web view that auto-resizes its height to the displayed content
Inheritance: WebView
显示文件 Open project: vividos/WhereToFly

Public Methods

Method Description
AutoResizeWebView ( ) : System.Diagnostics

Creates a new auto-resize web view

Private Methods

Method Description
OnNavigated ( object sender, WebNavigatedEventArgs args ) : void

Called when navigation to page has finished

Method Details

AutoResizeWebView() public method

Creates a new auto-resize web view
public AutoResizeWebView ( ) : System.Diagnostics
return System.Diagnostics