The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Wx::Perl::EntryList::VirtualListCtrlView - display an entry list

DESCRIPTION

Uses a Wx::Perl::ListView to display an entry list and automatically refreshes the appropriate part of the display when the underlying entry list changes.

METHODS

new

  my $view = Wx::Perl::EntryList::VirtualListCtrlView->new
                 ( $entrylist, $model, $parent, $style );

Creates a new view for the given entry list. $model must be an implementation of Wx::Perl::ListView::Model, $parent a parent window for the control and $style any style appropriate for Wx::Perl::ListView.

support_dnd

  $view->support_dnd;

Enables items of the list to be moved by using drag and drop.