I'm using CBCGPGridCtrl
within MFC
, but I don't know how to select row like this picture by code instead of manually clicking on the row using my mouse.
Asked
Active
Viewed 202 times
-1
-
You can not select the row if it is not added. You can instert 5 rows with blank space, and then select it. – Barmak Shemirani Apr 14 '19 at 20:01
1 Answers
0
You select a row by calling the CBCGPGridCtrl::SelectRow class member.

IInspectable
- 46,945
- 8
- 85
- 181