ocornut / imgui

Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
MIT License
58.09k stars 9.95k forks source link

Feature request - vertical tabs #3413

Open coolxv opened 3 years ago

coolxv commented 3 years ago

image

ocornut commented 3 years ago

Hello,

I don't think you need a vertical tab bar (#3032, #705) for that, Instead you can use regular Selectable or Button layed out vertical + a child window, see Demo>Examples>Simple Layout:

image

coolxv commented 3 years ago

Thanks, but the vertical tabs look better.

ocornut commented 3 years ago

Its mostly a matter of adjusting the spacing and style for those.