Erick J. Bourgeois wrote:
> Has anyone tried using the "column lists"? For example, the "Find"
> program in the Start menu, has a list of files found under the
> column "Name" and another column "In Folder". Another interesting
> thing about these controls is that if you click on those tabs
> (eg. "Name"), each item will be sorted accordingly. (What is the
> real name for these controls?)

the listview.pl sample shows how to use multiple columns in a
ListView. basically, you use InsertColumn to prepare the columns,
then InsertItem to fill the first column, followed by SetItem(s)
to fill the remaining columns.
the ListView control has a ColumnClick event that can be used
to sort (manually, eg. with Perl :-) the list content.


cheers,
Aldo

__END__
$_=q,just perl,,s, , another ,,s,$, hacker,,print;



Reply via email to