I am in need of disabling the scrollbar which appears in the application. Using the default web browser there is a option called ScrollBarsEnabled
which you can set true of false allowing the scrollbar to be hidden or not while scrolling.
Sadly i dont think Gecko has this feature seeing as its not listed!
I came across a similar post which had my issue but all that does is change the css which then causes my page to become not scroll-able.
Thread: how to hide scrollbar in gecko webbrowser control in c#
Does anyone to this date, have any idea how to hide/disable that scroll bar?