BradSmith1985 / DropDownControls

Drop-Down Controls for .NET
50 stars 34 forks source link

DropDownSearchBox does not show tree lines even when ShowGlyphs is true #9

Open devmaestro1 opened 2 years ago

devmaestro1 commented 2 years ago

Looks like there is some hard-coding to disallow display of tree-lines in the drop-down search mode (DropDownSearchBox).

devmaestro1 commented 2 years ago

I have implemented a fix for this in my fork. It simply removes a hard-coded statement which sets ShowGlyphs to false.