Not sure what you mean. There are columns (rather than grids) and they can contain ui elements, see Colums or Layouts in the original ShowTestWindow (uncomment line ImGui.ShowTestWindow() in ImGuiDemo.lpr). You can adjust font size per window through SetWindowFontScale, or scale the whole ui through DisplayFramebufferScale, but I don't think you can scale just part of the UI.