DropDownControls
DropDownControls copied to clipboard
DropDownSearchBox does not show tree lines even when ShowGlyphs is true
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.