OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: honkinberry on November 01, 2011, 01:45:58 PM

Title: Multi-column listbox does not scroll
Post by: honkinberry on November 01, 2011, 01:45:58 PM
It appears a listbox control will only scroll vertically when the multi-column setting is False.
Or am I missing some other setting?

--J
Title: Re: Multi-column listbox does not scroll
Post by: Fred Tomke on November 01, 2011, 11:24:39 PM
Hi, maybe you've already set that property, but have you set Vertical Scroll Bar property to true?
Regards, Fred
Title: Re: Multi-column listbox does not scroll
Post by: honkinberry on November 02, 2011, 10:10:29 AM
Yes.

In mocking up a test, I see what the multi-column setting is trying to do.  It appears it would want to scroll to the Right, but that is not possible.
Anyway, sorry, my misunderstanding of the property -- I thought multi-column meant each row would have columns delineated by tabs.  But this happens with multi-column set to False.  Multi-column does some sort of wrapping to the Right, but also disables vertical scroll, and the control has no vertical scroll.
So I'm not seeing what the multi-column setting is intended to be used for.
But keeping it set to False makes the dialog operate correct.
All better!

--J