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?
Enable the
goRangeSelectandgoRowSelectflags in theTStringGrid::Optionsproperty.