Search found 1 match

by joeltom21
Tue Feb 04, 2020 5:51 pm
Forum: Image Processing & Document Imaging
Topic: Scrollbar
Replies: 4
Views: 11245

Re: Scrollbar: C++/VC++ Disable only Vertical ScrollBar and Keep Horizontal ScrollBar

I see that that PutScrollBars(FALSE) will disable both vertical and horizontal scroll bar. In my case I need to disable only the vertical scroll bar and keep the horizontal scroll bar intact. Is there a way to achieve it? Or is there a way to hide the vertical scroll bar alone? All help on this much...