10408 : Your GridStructure-Object has a private ArrayList edCells, Why is this usefull list private?

Question

Your GridStructure-Object has a private ArrayList edCells (I found it in debugger). This would be an easy way to iterate through all ed cells of a grid.

Why is this usefull list private and how can I step through all ed cells?

Answer

I honestly do not know… we will make it public…

Leave a Reply