CSplitterWnd::SetScrollStyle

void SetScrollStyle( DWORD dwStyle );

Parameters

dwStyle

The new scroll style for the splitter window’s shared scroll-bar support, which can be one of the following values:

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 OverviewClass MembersHierarchy Chart

See Also   CSplitterWnd::GetScrollStyle