Hide UI Zoom controls in webviewer

Hi there

I want to hide ans disable the ( + | - ) button in the webviewer
The zoom controller

Does it s possible to block ?

Use the customWebview extension.

That doesn't work.

I use the sunny webview extension and use the

CustomWebView.ZoomEnabled to false and nothing change

Do you still have the zoom(+|-)buttons visible?

yes

You need use the DisplayZoom property.
And this property has to be placed before CreateWebView method, otherwise it's not working.

image

1 Like

ok it's working TY

I changed your topic title to be more specific.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.