--- title: dialog-layout – Win32 Dialog Layout Engine --- {% include head.html %} {% include header.html %}

dialog-layout

GitHub stars BSD License Latest Release

dialog-layout is a lightweight, anchor-based runtime layout engine for Win32 dialogs.
It brings automatic resizing and repositioning of controls, using resource-defined anchor rules.
View on GitHub

Quick Start

add_subdirectory(dialog-layout)
target_link_libraries(your-app PRIVATE dialog-layout)
      

See documentation for usage details and resource file requirements.

Features

{% include footer.html %}