Click here to Skip to main content
15,919,132 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am debugging a mfc application, I have a splitter window which has two panes, containing CViews,But what i found is both the childs are not positioned properly ,they dont exactly fit in the splitter frame ,so splitter bar overlaps the about 10% of first view's horizontal scrollbar.I wanted to know what might be the issue.
Posted
Comments
Richard MacCutchan 19-May-11 7:18am    
Without seeing some of your code I do not think anyone can guess what is going wrong.
Sergey Alexandrovich Kryukov 19-May-11 12:42pm    
Nothing to look at indeed.
--SA

1 solution

Try playing with WS_CLIPCHILDREN and WS_CLIPSIBLINGS styles. Also try to use WS_CHILD style for left and right pane windows.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900