开发者

How to resize a CTabCtrl to fit its contents

I have a CTabCtrl in my program and 3 "child" *CFormView*s that I show/hide whenever the user changes the active tab.

Instead of using a fixed size, I'd like to resize t开发者_开发问答he enclosing CTabCtrl to match the size of the largest CFormView.


You can use this:

GetDlgItem(IDC_YOURCONTROL)->MoveWindow(xPosInScreen, yPosInScreen, Width, Height);

Hope it helps.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜