CSplitterWnd::SetScrollStyle
voidSetScrollStyle(DWORDdwStyle**);**
Parameters
dwStyle
The new scroll style for the splitter window’s shared scroll-bar support, which can be one of the following values:
WS_HSCROLL Create/show horizontal shared scroll bars.
WS_VSCROLL Create/show vertical shared scroll bars.
Remarks
Specifies the new scroll style for the splitter window’s shared scroll-bar support. Once a scroll bar is created it will not be destroyed even if SetScrollStyle is called without that style; instead those scroll bars are hidden. This allows the scroll bars to retain their state even though they are hidden. After calling SetScrollStyle it is necessary to call RecalcLayout for all the changes to take effect.
CSplitterWnd Overview | Class Members | Hierarchy Chart
See Also CSplitterWnd::GetScrollStyle