Author: PiranhaPiranha
Date: Jul 18, 2008 01:54
Is it possible to alter the height of the scrollbar in a window that
has WS_VSCROLL style?
The window has a height of 200px, and I´d like to reduce the scrollbar
to 150px height with 25px space above and below.
I´ve found something about setting the size of the client rect, but
for one that was for VC while I´m using plain C++, so if possible, I
need an API call or some SendMessage() and for two, reducing the
client rect of the window means I can´t paint above and below anymore,
unless I could reduce the client rect only for the scrollbar and not
for the whole window.
|