OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: gdu on July 30, 2007, 01:02:13 AM

Title: vscrol bar
Post by: gdu on July 30, 2007, 01:02:13 AM
is there a possibility to get and set the position of the vscrol bar in a listbox?
Title: Re: vscrol bar
Post by: owenwengerd on July 30, 2007, 08:59:20 AM
Quote from: gdu on July 30, 2007, 01:02:13 AM
is there a possibility to get and set the position of the vscrol bar in a listbox?

The closest you can come is to use GetTopIndex and SetTopIndex to get and set the list item at the top of the view.
Title: Re: vscrol bar
Post by: gdu on August 07, 2007, 12:32:52 AM
thank you, does exactly what i want