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.