When working with Layout elements via code it is helpful to find the view via the Tag property in an enumeration For ... IN panHolder.GetAllViewsRecursive.
It would be real timesaving if the Name of the view would be automatically filled in the Tag field.
To avoid conflict with existing content in the Tag field (e.g. "{REM42}") this should only apply to empty Tag fields.
It is not so simple to add this feature as it might break existing apps that assume that the tag is empty if they haven't explicitly set it. I may solve it in a different way.