Playlist Columns in V2.1

I have not tried V2.1 yet :), but I have a couple of questions regarding Playlist column settings in V2.1, where we now have not only ColumnWidths, but also ColumnOrder and HideColumns settings.

  1. Why is HideColumns necessary? Setting a column’s width to zero will ‘hide’ a column!

  2. When ColumnOrder is used:
    a) Which order does ColumnWidths use? The original unaltered order, or the order specified in ColumnOrder? In other words: is the first number in ColumnWidths always the width of the Icon column, or is it the width of whatever column is the ‘first’ column according to ColumnOrder?
    b) Similarly for HideColumns: does HideColumns=0 always mean ‘hide the Icon column’ or does it mean ‘hide the leftmost column as defined in ColumnOrder’?

    BFN
    CAD

  1. ColumWidths will turn of the automatic sizing of the remaing columns; you are forced to manually speficy a width for the remaining columns. HideColumns will simply turn off a column without affecting the width of the other columns.

  2. It refers to the original order. (Internally, the columns keep their specific index, but only their position is changed; index and position are two distinct properties of a Virtual Treeview column.)

Torben