Positioning Control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have tab control on my base form. This control should always appear on
bottom of the screen. This is inherited by many forms , the height of these
forms change dynamically , On baseform load I have put code to positon the
tab control at the end of form , but still the tabcontrol position itself in
different locations in different forms, is there any event in the form to
handle this

thanks for the help
Sudhee
 
Hi,
I have tab control on my base form. This control should always appear on
bottom of the screen. This is inherited by many forms , the height of these
forms change dynamically , On baseform load I have put code to positon the
tab control at the end of form , but still the tabcontrol position itself in
different locations in different forms, is there any event in the form to
handle this

Have you looked into the Anchor and Dock properties? I think they'll do
exactly what you're looking for.
 
Back
Top