Is there a way to filter the contents of a string grid?
I am thinking of a routine that can hide the rows which do not match the content, but can restore them into view when the filter is removed.
Is there some kind of property that can make a string grid row hidden like those in a database, or something like setting row heights to zero and getting navigation of browsing events to skip over the zero height rows?