I'd like to have multiple columns in my list view. Is there a way to do this when the view is set to list? Or do I need to set it to detail? And if I need to set it to detail, how do I hide the main column?
Thanks.
-Nick
You can hide members of the SubItemColumns collection
what I want is to have a column that contains a unique key that can be hid from the user.
You would have to clarify what you mean by "hide the key". If you are displaying x columns, the MainColumn has to be one of them, and you would then have (x - 1) members in the SubItemColumns collection.
So if I want to display x columns and hide the key, should I switch to another widget?
You can only display the sub-item columns in Details view, and you cannot hide the MainColumn.