-1

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.

image link

Malekai
  • 4,765
  • 5
  • 25
  • 60
xhmcode
  • 1
  • 2

1 Answers1

0

You select a row by calling the CBCGPGridCtrl::SelectRow class member.

IInspectable
  • 46,945
  • 8
  • 85
  • 181