Closed
Description
Version/Branch of Dear ImGui:
v1.91.6 docking
Back-ends:
Unreal - Cog custom backend
Compiler, OS:
Window 11 + MSVC 2022
Full config/build information:
No response
Details:
Is there a way to span the text of tree node in a table, on all the table columns ? (see picture)
As mentionned here :
ImGuiTreeNodeFlags_SpanAllColumns = 1 << 14, // Frame will span all columns of its container table (text will still fit in current column)
I would like to have the text span all the columns.
Thanks!
Screenshots/Video:
Minimal, Complete and Verifiable Example code:
No response
Activity