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

Re: Scrollbar questions by hirf-spam-me-here

hirf-spam-me-here
Mon Aug 09 13:07:19 CDT 2004

* Jens Weiermann <spamgoeshere@wexman.com> scripsit:
> 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.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Re: Scrollbar questions by Jens

Jens
Tue Aug 10 00:56:01 CDT 2004

Hi Herfried,

Herfried K. Wagner [MVP] wrote:

> 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