Filter on TAdvSmoothListBox

can you add option to extend filter on Notes property?

or better, can you add property to decide to filter on title, notes or both?
I made quick fix for myself, but it would be nice if it is built in feature.

I found TAdvSmoothListBox to be the most useful component in TMS Pack, using it everywhere :)

Dear Mr. Rakyta, 


Thank you for your positive feedback.
We have added a new Modes property that is a set of a filter mode.
The filter mode can contain Notes, Info and Caption. 

In the next version, when this property is available, you can use the following code to filter on both Caption and Notes:

  AdvSmoothListBox1.Filter.Modes := [fmNotes, fmCaption];

Kind Regards, 
Pieter