Get height of composed widgets #5404
PetiteViking
started this conversation in
Build/Link/Run/Fonts issues ONLY!
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I render different widgets based on the input data type. For data types with several components this looks something like this:
Now I need to determine the height of this set of widgets. I tried surrounding them with
ImGui::BeginGroup()
/ImGui::EndGroup()
and usingImGui::GetItemsLineHeightWithSpacing()
to no avail. It still returns the height of a single widget. Is there a way to do this viaImGui
?Beta Was this translation helpful? Give feedback.
All reactions