I use a "dynamic splitter" window. For that reason I have to show the scroller of the splitter window because it shows the splitter boxes. Splitter Box: A small control at the top of the vertical scroll bars or to the left of the horizontal scroll bars in a dynamic CSplitterWnd. Used to create new rows or columns of panes. :~ Berlenz
B
berlenz
@berlenz
Posts
-
Using CRichEditView in Splitter window -
Using CRichEditView in Splitter windowDoes anybody has experience in using CRichEditView in a Splitter window? The scroller of the rich edit view and the scroller of the splitter window are both visible. I can hide the scroller of the rich edit view (only the scroller of the splitter window is visible). If the rich edit view scrolls (by key up/down) I do not get the scrolling message from the rich edit to update the scroller of the splitter. Who has ever implemented a rich edit view in a dynamic splitter window? Does anybody know a sample application? :) Berlenz