Hi All,

When creating a ListView and Inserting Columns, how do you set the alignment
for the column?

-align does not seem to work as expected.

$Window->ListView->InsertColumn(
    -index   => 1,
    -subitem => 1,
    -width   => $width/2,
    -align   => "right",
    -text    => "Description",
);

regards

Chris


Reply via email to