WinPanel Align

  • Thread starter Thread starter MuZZy
  • Start date Start date
M

MuZZy

Hello,

I just started studying WinForms and first problem i got when i dropped a
panel on the form and wanted to do:

Panel.Align = alClient

but... WinPanel doesn't have such member!!!

How do i align a panel on the form in design-time?

Thank you,
Andrey
 
There is no "Align" property, but there are Dock and Anchor properties on
all controls. Try playing with the Dock and Anchor properties to see if they
fit your needs.
 
Back
Top