Windows C++ dialog resizer class

前端 未结 7 904
野趣味
野趣味 2020-12-16 05:30

I\'m looking for a really good dialog resizer class that will stretch and shrink individual items as needed as the screen is resized. Stephan Keil has a good one (DlgResize

7条回答
  •  离开以前
    2020-12-16 05:51

    I've tried many and finally settled on http://www.codeproject.com/KB/dialog/layoutmgr.aspx. It doesn't do the 'intelligent' layouting that you suggest though. I've never seen that in any library, on any platform - I don't see how it would work without having lots of under the hood magic that'd have to be overridden half of the time anyway.

提交回复
热议问题