Scrollbar questions

  • Thread starter Thread starter Jens Weiermann
  • Start date Start date
J

Jens Weiermann

Hi,

I'm having two questions regarding the scrollbar control:

1. How can I set the page size? Will I have to do it the "unmanaged" way?
2. How can I tell the scrollbar to look "themed"?

Thanks!
Jens
 
* Jens Weiermann said:
I'm having two questions regarding the scrollbar control:

1. How can I set the page size? Will I have to do it the "unmanaged" way?

Can you be more specific? What page size?
2. How can I tell the scrollbar to look "themed"?

Themes should be applied to the scrollbar automatically.
 
Hi Herfried,
Can you be more specific? What page size?

the one you can set when sending a SBM_SETSCROLLINFO message to the control
with lParam set to SIF_PAGE. Doing so will let you specify the size of the
thumb...
Themes should be applied to the scrollbar automatically.

But they aren't - am I missing something?

Thanks!
Jens
 
Back
Top