Hi ,
I want to Scroll Disable in webview2 object ,
How do it ?
Tnx
Hi ,
I want to Scroll Disable in webview2 object ,
How do it ?
Tnx
using resize to fit should do it
Regards,
Fernando Vivolo
... new things are coming ...
https://www.youtube.com/watch?v=ClJX...ature=youtu.be Sprackman shows how in this video at around 4.20 in, you may wish to watch the entire video it is quite informative.
of course Sparckman with one of his great tutorial.
Regards,
Fernando Vivolo
... new things are coming ...
Thank you very much![]()
Link offline :c
have you tried css...
body {
overflow:hidden;
}