johnf wrote: > I have a form with a grid sizer and horizontal sizer. The grid sizer > contains > labels and textboxes and so does the horizontal sizer. The labels in the > grid sizer appear center (top to bottom) relative to the associated textbox. > But the horizontal sizer labels appear to be at the top, Is there a setting > I'm missing to force the label to be center (again top to bottom) in the > horizontal sizer?
You need to send alignment="middle" to the sizer's append() call. -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
