How to get size and location of ETO cells from gridview

Hi all,
ist there a way to get size and location for each cell from dynamiclayout.
Forms seems to have no option to get size , only drawing.

Any tip is welcome.

There are a Size and a Location properties to the Control class, from which your stuff contained within the DynamicLayout inherits. However you may get a -1. My best lay person guess is that DynamicLayout is dynamic, the size and location are changing during run timeā€¦