المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Bottom-Up Datagrid



C# Programming
06-03-2009, 05:21 AM
I'm hoping that someone could give me some advice on how to code a data-grid so that the first row added appears at the bottom, and each additional row fills in above the previous!

In the program I am building, the data-grid starts out empty, and then the user adds information over the course of the session - the first piece of information he adds needs to be on the bottom, and then the second on top of the first, etc.

Any advice appreciated !

Dave