OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: copter on March 13, 2017, 12:11:05 PM

Title: Drad n drop on list view issue
Post by: copter on March 13, 2017, 12:11:05 PM
I should like a list view only with images (without text).
But...
DragNDrop Works:
(dcl-ListView-FillList DragNDrop/Form1/ListView1 '(("List 1a" 0) ("List 2a" 1) ("List 3a" 2)))
DragNDrop Don't work:
(dcl-ListView-FillList softline/Form1/ListView1 '(("" 0) ("" 1) ("" 2)))


Any work around ?

Thanks !
Title: Re: Drad n drop on list view issue
Post by: owenwengerd on March 14, 2017, 07:13:16 AM
Does it help to enable Full Row Select (http://www.opendcl.com/HelpFiles/index.php?page=Reference/Property/FullRowSelect.htm)?
Title: Re: Drad n drop on list view issue
Post by: copter on March 15, 2017, 08:56:39 AM
No it doesnt help.
I replaced "" strings by " " strings: It works, but the empty string is highlighted when the image is selected ...