Multiline cells in grid control.
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How can I make a grid control cell multiline so that I can edit it like I would normally, with pressing enter between lines etc.? I have a grid control created at runtime and have tried changing the dwStyle flags in the create function but nothing happens.
-
How can I make a grid control cell multiline so that I can edit it like I would normally, with pressing enter between lines etc.? I have a grid control created at runtime and have tried changing the dwStyle flags in the create function but nothing happens.
Try using/extending MFC Grid Control 2.25[^] by Chris. * Don't wish it was easier, wish you were better! *