I'm trying to use ImGui (Java bindings) to fill up a empty space or fill the entire width of some UI but I can't seem to figure out how to/when to ask ImGui for the Item Rect Max and in some situations I end up with a small space that isn't filled in.
The code I using is here (it's too many lines to just add here) https://github.com/blockout22/VisualScripting/blob/main/src/main/java/visual/scripting/GraphWindow.java#L295
this is where I got the style from but I think I'm missing something https://github.com/thedmd/imgui-node-editor/blob/687a72f940c76cf5064e13fe55fa0408c18fcbe4/examples/blueprints-example/blueprints-example.cpp