J
joe
Hi,
I need a control like the one in an Excel worksheet.
I want to write one myself. Which way is it better to go:
1. Draw all cells by hand on a lets say UserControl, do
hit testing, scrolling and all by myself-lots of work but
better control of what is going on
2. Use labels to represent the cells-no need for hit
testing etc., but I will have about 1000 labels and I dont
know how this will affect the performance
Thank you for your advice
joe
I need a control like the one in an Excel worksheet.
I want to write one myself. Which way is it better to go:
1. Draw all cells by hand on a lets say UserControl, do
hit testing, scrolling and all by myself-lots of work but
better control of what is going on
2. Use labels to represent the cells-no need for hit
testing etc., but I will have about 1000 labels and I dont
know how this will affect the performance
Thank you for your advice
joe