You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Back-ends: imgui_impl_glfw.cpp + imgui_impl_vulkan.cpp
Operating System: Windows 10
My Question:
Is it possible to resize table rows height via ui just like column width ?
Right now i only see row_min_height as option, but this is just in code. So there is nothing a user can do.
Is " B. Resize height of outer container from lower border (could also be a BeginChild feature!)" in #3740 the feature i'm looking for?
The text was updated successfully, but these errors were encountered:
Version/Branch of Dear ImGui:
Version: 1.8.9 WIP (18804)
Branch: docking
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_glfw.cpp + imgui_impl_vulkan.cpp
Operating System: Windows 10
My Question:
Is it possible to resize table rows height via ui just like column width ?
Right now i only see
row_min_height
as option, but this is just in code. So there is nothing a user can do.Is " B. Resize height of outer container from lower border (could also be a BeginChild feature!)" in #3740 the feature i'm looking for?
The text was updated successfully, but these errors were encountered: