Hello,
Looking for some guidance on centering the title in the Window header. I thought I could use AutoChild properties, but I cannot seem to get that to work.
Any help would be appreciated.
SmartClient Version: v9.1p_2014-06-17/Pro Deployment (built 2014-06-17)
FF ESR 24.6.0
Thanks
Looking for some guidance on centering the title in the Window header. I thought I could use AutoChild properties, but I cannot seem to get that to work.
Code:
final Window window = new Window(); window.setTitle(title); Label headerLabel = new Label(); headerLabel.setAlign(Alignment.CENTER); headerLabel.setLayoutAlign(Alignment.CENTER); window.setAutoChildProperties("headerLabel", headerLabel);
SmartClient Version: v9.1p_2014-06-17/Pro Deployment (built 2014-06-17)
FF ESR 24.6.0
Thanks
Comment