문제

I'm trying to achieve this here:

enter image description here

where if you hover over the border between the list view and the tab panel you get to increase the size of the top window whilst decreasing the size of the bottom window and vice versa but I'm at a total loss as to what flags need to be set to enable child window moving by the user.

도움이 되었습니까?

해결책

It is not as easy as setting child window flags. The narrow stripe between the upper and lower child windows has to be a background window that implements a splitter window effect by handling mouse messages on the stripe. This link outlines the basics:

http://www.catch22.net/tuts/win32/splitter-windows

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top