my $style1 = $tree-> ItemStyle ('text', -anchor => 'w', -font => 'Times 12',-justify => 'right'); $tree->ItemConfigure($self->treeEntryPath, $self->columnNo(), -text => $result , -style => $style1 )