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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top