-
Dec 13th, 2024, 04:40 AM
#1
Grid control
Does anyone know of/used a pure c/c++ grid control (not MFC/QT/VCL etc)? I've looked on github not nothing jumps out at me as being suitable.
I want to display a grid of up-to 900 columns x 40 rows (user selectable) able to be scrolled inside another window. Each grid entry can have only 1 character or nothing (so the size of each entry is fixed and no re-sizing is required) entered via moving the mouse and clicking or by arrows keys and then pressing CR. No row/column titles are needed.
Any ideas appreciated.
Cheers
All advice is offered in good faith only. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/
C++23 Compiler: Microsoft VS2022 (17.6.5)
-
Dec 26th, 2024, 10:34 AM
#2
Re: Grid control
Looked in google can't find anything you may want to look at doing it tho API but that maybe a lot of work. I try looking again if I can find anything and let you know.
-
Dec 27th, 2024, 04:43 AM
#3
Re: Grid control
Thanks. In the meantime I'm using Excel. I have a template with the columns resized as appropriate. Saving the spreadsheet as CSV means I can import easily into a program.
All advice is offered in good faith only. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/
C++23 Compiler: Microsoft VS2022 (17.6.5)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|