Newbie Q - selecting range of cells, rows and columns, with the column view?

I’m enjoying learning ImGui. It’s a fun lib. I’m still struggling a bit with the basics. I’m playing around with a spreadsheet-style interface and would like some guidance on how to observe/select a mouse range for the equivalent of selecting a grid of cells and then highlighting the boundary. I’m a little lost…

Regards,

–Matt.

Well, I’ve figured it out thanks to the generous documentation and use cases in the code and some of the previous issues. So thanks for answering the question in advance :wink:

PushClipRect and PopClipRect were the tricky things to figure out for me FWIW.

Thanks for the great and fun lib. It the first time I’ve enjoyed writing UI code in quarter of century :slight_smile:

–Matt.