|
-
July 16th, 2008, 03:08 AM
#1
Autohide window scroll bars
Hi,
I am using WS_VSCROLL to set a vertical scroll bar on a window by using SetWindowLong() function. I have a bunch of item like textfields whose contents grow and shrink.
The problem is the window scroll bars always appear even though they are not necessary.
Is there anyway to using a style like AUTOSCROLL without doing it programmitically.
Thanks.
-
July 16th, 2008, 07:32 AM
#2
Re: Autohide window scroll bars
You can just add ES_AUTOSCROLL to the styles for the control in the resourcefile
-
July 16th, 2008, 10:55 PM
#3
Re: Autohide window scroll bars
Thanks for the reply.
But ES_AUTOVSCROLL is for one Edit control.
But , I have several controls text fields etc. on the window. The scroll bar lets the user scroll down/up and view the controls.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|