imgui icon indicating copy to clipboard operation
imgui copied to clipboard

Automatically adjust height of a docking node

Open thewoz opened this issue 8 months ago • 4 comments

Version/Branch of Dear ImGui:

Version 1.90.5, Branch: docking

Back-ends:

ImGui_ImplGlfw ImGui_ImplOpenGL3

Compiler, OS:

macOS

Details:

hello everyone, I am in docking branch and I am developing an application but I don't quite understand how to proceed on one point.

The layout of my window is very simple:

Screenshot 2024-05-28 at 16 39 29

at the bottom of the layout i am creating a sequencer. The content, so the height, of the sequencer changes over time.

I would like to figure out how to automatically adjust the height of the window so that everything is flush.

Screenshot 2024-05-28 at 16 39 42

thewoz avatar May 28 '24 14:05 thewoz