I would like to make sure that I am doing this the best way possible. I would like to setup a display only grid that looks like the following:
Quantity Description Price Total
1 xxxx 9.99 9.99 Need to be able to set number of rows that are visible before scrolling
12 xxxx 10.00 120.00 Row data will be supplied through code.
...
...
...
The rows above to scroll up as new rows are added
The rows below to be fixed in place
You Owe ####.## Some number including tax (not a summary of the above rows).
You Paid ####.## Amount Customer Paid
Change ####.## Change Due Customer
How would you suggest accomplishing this,
Thanks,
James
Quantity Description Price Total
1 xxxx 9.99 9.99 Need to be able to set number of rows that are visible before scrolling
12 xxxx 10.00 120.00 Row data will be supplied through code.
...
...
...
The rows above to scroll up as new rows are added
The rows below to be fixed in place
You Owe ####.## Some number including tax (not a summary of the above rows).
You Paid ####.## Amount Customer Paid
Change ####.## Change Due Customer
How would you suggest accomplishing this,
Thanks,
James