Disabling scroll bar
-
I have an SDI application with 2 Splitter window pane [(2x1)(rxc)]. The first row is having a view derived from CListView and second is derived from CFormView. I want to disable the scrollbar in second row containing the Form. Thanks.
-
I have an SDI application with 2 Splitter window pane [(2x1)(rxc)]. The first row is having a view derived from CListView and second is derived from CFormView. I want to disable the scrollbar in second row containing the Form. Thanks.
have a look here, maybe it helps: http://www.codeproject.com/splitter/toolbar_splitter.asp?df=100&forumid=100&exp=0&select=140418[^] ... or just use the
ShowScrollBar
function. See this MSDN page: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/scrollbars/scrollbarreference/scrollbarfunctions/showscrollbar.asp[^] -- modified at 3:25 Sunday 9th October, 2005