I have a WinForm app with tree list. Nodes in list have image index and TreeList binded to image list. The problem is I could not find the way to remove space between icon and text.
if sombody can help me, I will be grateful
I have a WinForm app with tree list. Nodes in list have image index and TreeList binded to image list. The problem is I could not find the way to remove space between icon and text.
if sombody can help me, I will be grateful
That looks like you have selected an empty image.
The treelist supports a
StateImageList
and aSelectImageList
. Make sure you are only using the one you require. (Try setting the StateImageList property back to "(None)")