I'm using C++Builder and I can't select multiple rows of my TStringGrid with the mouse.
Is there a particular property of TStringGrid that enable this?
I'm using C++Builder and I can't select multiple rows of my TStringGrid with the mouse.
Is there a particular property of TStringGrid that enable this?
Copyright © 2021 Jogjafile Inc.
Enable the
goRangeSelectandgoRowSelectflags in theTStringGrid::Optionsproperty.