I can't get this to work correctly. I have this Filter() method but when I choose to filter with TextMatchFilter.Prefix and assign a particular column that I want searched and highlighted, the HighlightTextRender still renders highlights on all columns. Any tips on what I'm doing wrong? I'm working with the latest code out of this repository. private void Filter(ObjectListView olv, string txt, int matchKind) { TextMatchFilter highlightingFilter = null; string[] searchText; if (txt.Contains("|"))...
I can't get this to work correctly. I have this Filter() method but when I choose to filter with TextMatchFilter.Prefix and assign a particular column that I want searched and highlighted, the HighlightTextRender still renders highlights on all columns. Any tips on what I'm doing wrong? I'm working with the latest code out of this repository. private void Filter(ObjectListView olv, string txt, int matchKind) { TextMatchFilter highlightingFilter = null; string[] searchText; if (txt.Contains("|"))...
ParsingSample fails with ArgumentOutOfRangeException
ParsingSample fails with "Unknown type: Keyword"