I have a QScrollArea and I am having problems manipulating the scroll bars. Whenever I click on the scroll bar area that is not the actual scroll bar, the scroll bar moves down to the mouse click. I want the scroll bar to actually just jump down one page. Say the scroll bar is at the top and its length is about 1/8 of the window size, if I click at the bottom of the scroll bar area, I just want the bar to drop down to the 2/8 position instead of all the way to the bottom. Does this make sense what I want it to do? If so, how is this possible? I have looked through the documentation and I cannot figure out how to get the scroll bar work in this manner. Thanks!