M
mick
Been messing around with the ListView control today and noticed
that given that I have items
"Item 1"
"Item 2"
"Item 3"
in the list, when I use the ListView.FindItemWithText() and pass in an empty
string it returns the first item rather than null. Is this how it should be
and if so
why?
mick
that given that I have items
"Item 1"
"Item 2"
"Item 3"
in the list, when I use the ListView.FindItemWithText() and pass in an empty
string it returns the first item rather than null. Is this how it should be
and if so
why?
mick