On Jan 17, 2006, at 3:18 PM, Don Taylor wrote:

I can get at the horizontal sizers' slot's properties from the textbox
or button control.  But I can't see how to get at the vertical sizer's
slots' properties because they are occupied by sizers and not controls.

You access the controlling 'slot' for any object by manipulating the 'Sizer_*' properties. So select the Horizontal sizer that is in the vertical sizer's slot, and look at the prop sheet. You'll see regular sizer-type props that affect the horizontal sizer, but also a series of 'Sizer_*' properties that affect the vertical sizer slot. For example, changing the Sizer_Border property to 20 for the Horizontal sizer puts a 20-pixel border around the entire H-sizer.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to