Windows C++ dialog resizer class

前端 未结 7 900
野趣味
野趣味 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 06:11

    I use ResizableLib (also does PropertySheets and Pages) off codeproject, IIRC. You set anchor points that determine how the dialog and controls resize or move as the dialog moves.

    You can set up to 2 anchors per control, (left, right) so you can move them as the dialog moves, or resize them as it moves. Its very easy to understand, if difficult to get perfectly right :)

    0 讨论(0)
提交回复
热议问题