Skip to content

Instantly share code, notes, and snippets.

@thennequin
thennequin / Exemple.cpp
Last active August 12, 2021 02:04
ImGui scrollable columns with header
///////////////////////////////
// Exemple
///////////////////////////////
Core::ImGuiPlus::StackId oStackId( "Columns" );
ImGui::Columns( 3 );
ImGui::Text( "Header1" );
ImGui::NextColumn();
ImGui::Text( "Header2" );