public void didFinishLayout()
        {
            D.assert(debugAssertChildListLocked());
            int firstIndex = _childElements.FirstOrDefault().Key;
            int lastIndex  = _childElements.LastOrDefault().Key;

            widget.del.didFinishLayout(firstIndex, lastIndex);
        }