OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Fred Tomke on March 30, 2010, 10:31:20 PM

Title: ListBox_NoIntegralHeight
Post by: Fred Tomke on March 30, 2010, 10:31:20 PM
Hello,

I understood this property this way: if this property is set to true, the height of the control is changed this way that only whole texts are visible; you cannot see the upper half of the last visible line if it doesn't match completely inthe visible area.

I have the feeling that the current behaviour of Runtime and Studio is inverse: if this property is set, the control's height remains as designed and I see the "upper half" of the last visible list item.

I hope I explained well.

Fred
Title: Re: ListBox_NoIntegralHeight
Post by: owenwengerd on March 31, 2010, 03:49:58 AM
You have it backward: if the property is set, the control size remains fixed and partial lines are displayed. If the property is not set, then the control size changes to avoid partial lines.
Title: Re: ListBox_NoIntegralHeight
Post by: Fred Tomke on March 31, 2010, 05:00:14 AM
Ok, thanks, then I should correct this in the German help.

Fred