Hi i got a problem with a QScrollArea. I want to deactivate horizontal scrolling. On windows systems i just use ->setHorizontalScrollBarPolicy( Qt::ScrollBarAlwaysOff ) this is sufficient for me. But on mac systems the user can scroll using the 2 finger scroll. How to block this?