HowTo make an ImGui Text field that auto wraps, is selectable but not editable?

The closest that I found is the Input (String Multiline) but it doesn’t wrap the text. The Text (Wrapped) is not selectable. What would be the right choice or configuration here?

@tonfilm it’s a lot more easier to find answers for this kind of questions on imgui’s github

In short, by native tools it’s impossible for now

1 Like