Hi:
Trying to add an ImageList to the LeftImageList property of the TreeViewAdv control, both added through the VS2019 Forms designer.
I have added ImageListAdv and TreeViewAdv controls through the designer successfully.
When I try to add an image list to the Left or Right ImageList property of the TreeView, using the dropdown arrow on the right, it reads (none) as I would expect,
but does not show my ImageList control or provide me with any means of adding an imageList through the property window.
Is this a known issue, Can anyone help?
The online documentation for a TreeView control does not go into detail of how to do this in the designer.