OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: velasquez on May 10, 2018, 04:36:23 PM

Title: ScrollBar
Post by: velasquez on May 10, 2018, 04:36:23 PM
I need to work with a vertical Scroll Bar to display multiple images as on a htm page, can someone help me with some example?
Thanks
Title: Re: ScrollBar
Post by: Fred Tomke on May 19, 2018, 05:27:24 AM
Hi, vela, just think about grid or listview in large icon style.
And if you have much time have a try with a picturebox as a generic control.
Something like the CustomSlider: http://opendcl.com/forum/index.php?topic=994.0
Regards, Fred
Title: Re: ScrollBar
Post by: velasquez on May 21, 2018, 06:29:13 AM
Quote from: Fred Tomke on May 19, 2018, 05:27:24 AM
Hi, vela, just think about grid or listview in large icon style.
And if you have much time have a try with a picturebox as a generic control.
Something like the CustomSlider: http://opendcl.com/forum/index.php?topic=994.0
Regards, Fred

Hello Fred,
I do not know listview in large icon style.
I do not have time but I'll try your suggestion with picture box.
As in your example at http://opendcl.com/wordpress/wp-content/gallery/samples/signothek_1.gif shows exactly what I need to do with PicutreBox.

Thanks