A ListBox is designed to display all the rows in the data structure assigned to it, which is either a ListModel or a StringList. ListModel is preferred.
There's no way that I can see to hide a given row. I suggest that you use a temporary ListModel that stores a filtered subset of your data. Assign that temporary ListModel to your ListBox.