Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Center Title in Window Header

$
0
0
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.

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);

Any help would be appreciated.

SmartClient Version: v9.1p_2014-06-17/Pro Deployment (built 2014-06-17)

FF ESR 24.6.0

Thanks

Viewing all articles
Browse latest Browse all 4756

Trending Articles