Scrollbars in SplitterWnd
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi All, I have a splitterwnd with 3 panes. I dont want the scroll bars to come in each of the panes.How can I disable them. Thanks in advance Raghu
-
Hi All, I have a splitterwnd with 3 panes. I dont want the scroll bars to come in each of the panes.How can I disable them. Thanks in advance Raghu
try SetScrollSizes(0,0) i think it works
-
Hi All, I have a splitterwnd with 3 panes. I dont want the scroll bars to come in each of the panes.How can I disable them. Thanks in advance Raghu
Im not sure but maybe you can hide scrollbar with these functions ShowScrollBar or BOOL o=InitializeFlatSB(hWnd); o=FlatSB_ShowScrollBar(hWnd,SB_BOTH,0);