Hi, can you tell me: is it possible to display vertically the Separator node?
Hi slepoy_ali,
there is no vertical separator in original ImGui, the docs say: the Separator becomes vertical only inside a MenuBar. So I guess you have to patch your own vertical one using the Line [Primitives]
.
Best,
Anton
@slepoy_ali : took the liberty of editing your topic title so that it reflects your question more clearly.
Can I see an example?