Dave Crozier wrote: > Vince, > Assuming the two lines are named Line1 and Line2 then In the Container > Resize() you need: > > * Container.Resize() > With This
Thank you. The call to resize in the container init() was the main thing I missed. Also, for some reason I had been expecting the lines to resize at DESIGN time, and your example made me realize that it would only happen at run time. Ie, it's ok for it to look odd at DT, it will be ok at RT. To make it easier for me to work with, I set the container border width to 1, then in init() I set it to 0. That way I can see how long it is at DT. Thanks! _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

