There is no CENTER_HOTIZONTAL for the AutoTextSizeLabel so I am trying to add it like I did for Visible, left, top etc
Maybe in the class module I could set the horizontal alignment,but I don't know how to to do it. If I add a sub in the class it doesn't appear as a method or property for the class. So I need to learn. Sub setWidth for example shows as "width" method or property for the class but "sub something" doesn't nor does "sub setSomething". Guessing often fails I've found.