Open devmaestro1 opened 2 years ago
Looks like there is some hard-coding to disallow display of tree-lines in the drop-down search mode (DropDownSearchBox).
I have implemented a fix for this in my fork. It simply removes a hard-coded statement which sets ShowGlyphs to false.
Looks like there is some hard-coding to disallow display of tree-lines in the drop-down search mode (DropDownSearchBox).