Table of Contents
WebView.Resize Method (Int32, Int32)

Resizes the WebView.

Syntax
 public void Resize(
   int width,
   int height
);

Parameters

width
The new width.
height
The new height.
Remarks

This function can only be called in off-screen mode (when the WebView's was created without a window handle). In on-screen mode, the WebView's is always automatically resized to fit the hosting window.

See Also