Table of Contents
WebView.Resize Method (Size)

Resizes the WebView.

Syntax
 public void Resize(
   Size size
);

Parameters

size
The new size.
Remarks

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

See Also