is there any way to make a listview column so it can't be resized?
thanx
Wow thanks for the tip-I will try it once I get a chance.
By the way, how come I did not see this method in the listview document-not
even in the
method.html?--is there an updated archive of win32::gui somewhere?
Anyways, thanks again.
--- [EMAIL PROTECTED] wrote:
> If you name your list
If you name your listview like
#--
$window->AddListView
#--
(
-name => "DataView",
-top=> 160,
-left => 0,
-width => 600,
-height => 200,
-addstyle => WS_CHILD |
WS_VISI
Why, doesn't
@selection = $mylist->SelectedItems();
work?? Or don't you get the listbox to allow for multiple selections in the
first place?
Hi, all:
I was wondering if there is a way to get all of the indexes that a user selects
in a listview (not
with check boxex), but just simply highlighting the rows. I tried using
SelectCount() but that only returns the number of item selected and not the
actual indexes of each
of the select
5 matches
Mail list logo