I have a TStringGrid say StringGrid1 and one textbox say textbox1 on my delphi form. When I enter anything in textbox1, that comes in next row of the StringGrid1.
I want that the new enteries in StringGrid1 should come on top rather than on bottom. Which property should I change?