Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Win32:GUI Listbox - show last item ?

Status
Not open for further replies.

MoshiachNow

IS-IT--Management
Feb 6, 2002
1,851
IL
HI,

I have scroll optinon enabled:
$listbox1= $main->AddListbox(-pos => [ 10, 790 ],-width => 600,-height => 110,-vscroll =>1);

How can make visible the last item (bottom one) with Win32:GUI Listbox ?


Long live king Moshiach !
 
>How can make visible the last item (bottom one) with Win32:GUI Listbox ?
[tt] $listbox1->FirstVisibleItem($listbox1->Count()-1);[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top