Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is it possible to resize table row height by user via ui ? #5553

Closed
Konrni opened this issue Aug 7, 2022 · 1 comment
Closed

is it possible to resize table row height by user via ui ? #5553

Konrni opened this issue Aug 7, 2022 · 1 comment

Comments

@Konrni
Copy link

Konrni commented Aug 7, 2022

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?

@ocornut
Copy link
Owner

ocornut commented Aug 8, 2022

It isn't possible, no. Row height are defined by their content.

The line you quoted is a different thing (resize the container of a scrolling table, same as potentially resizing child windows).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants