Regards,
Koen
I'm confused; isn't the top item always index 0 (until you scroll down)?
-Mike
The first item in the drop down in a combobox is itemIndex = 0. When
nothing is selected the itemIndex = -1.
The dropdown always opens with the scrollbar in the top position, no? So
the first item is always Items[0].
--
Peter Below (TeamB)
Use the newsgroup archives :
http://www.mers.com/searchsite.html
http://www.tamaracka.com/search.htm
http://groups.google.com
http://www.prolix.be
Koen
"Peter Below (TeamB)" <10011...@compuXXserve.com> wrote in message
news:VA.00008d1...@antispam.compuserve.com...
True, but that wasn't the question.
> > > I want to know the itemindex of the top item displayed in the list when
> > > my combo drops open..
I interpret that as "what is the top index when the dropdown opens".
You are right, I put it wrong. If only there was a dutch delphi newsgroup..
Koen