Tagged Questions
0
votes
4answers
151 views
For list controls, should find-as-you-type match at the start of an entry, or anywhere in an entry?
I have a list control in GTK+ (a gtk.TreeView with one column), with "find-as-you type" enabled (so typing any text will open a small search field for searching through the list entries). Now, if the ...