OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: juniorolisp on August 10, 2016, 11:14:34 AM

Title: TreeControl
Post by: juniorolisp on August 10, 2016, 11:14:34 AM
Hello
Is it possible to create a opendcl tree as below

http://www.codeproject.com/Articles/14333/Three-State-TreeView-Part-of
Title: Re: TreeControl
Post by: Fred Tomke on August 16, 2016, 06:59:54 AM
Hello,
yes it is: you just have to write the code for displaying the checkboxes.
Use OnClick event and SetItemImages to solve that.
Regards, Fred