OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Mostafa AbdelBaset on June 24, 2022, 08:49:55 AM

Title: How To set image list for ListView
Post by: Mostafa AbdelBaset on June 24, 2022, 08:49:55 AM
Hello
How can i set the image list to be shown in a ListView

(dcl-Control-SetImageList CIRX/1/ListView1 NewValue [as Image List])

where should i put the images i want to show?.and how can i get a list of them as a variable to use in the lsp code.
Title: Re: How To set image list for ListView
Post by: owenwengerd on June 24, 2022, 06:07:18 PM
There are several special methods for working with a control's image list(s). See here (http://www.opendcl.com/HelpFiles/index.php?page=Reference/DataType/ImageList.htm).