Docking & Screen Size

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Samuel

    #1

    Docking & Screen Size

    Hi everyone,

    I am looking for a method to handle the following problem:
    Since my controls are 'Docked' when I try to run the program with a smaller
    screen (less pixels) the program appears to prioritise the size of the
    control + the bottom of the form and ignores the location property of the
    control

    Thank you,
    Samuel


  • Miro

    #2
    Re: Docking & Screen Size

    Maybe its not docking that you need but maybe you need to look at the Anchor
    Property.

    M.

    "Samuel" <samuel.shulman @ntlworld.comwr ote in message
    news:%23cSvdLeT HHA.4872@TK2MSF TNGP03.phx.gbl. ..
    Hi everyone,
    >
    I am looking for a method to handle the following problem:
    Since my controls are 'Docked' when I try to run the program with a
    smaller screen (less pixels) the program appears to prioritise the size of
    the control + the bottom of the form and ignores the location property of
    the control
    >
    Thank you,
    Samuel
    >

    Comment

    • Samuel

      #3
      Re: Docking &amp; Screen Size

      Yes the Anchor is the correct field, I needed to use all sides

      Thank you,
      Samuel

      "Miro" <mironagy@golde n.netwrote in message
      news:eoQUC%23lT HHA.4844@TK2MSF TNGP03.phx.gbl. ..
      Maybe its not docking that you need but maybe you need to look at the
      Anchor Property.
      >
      M.
      >
      "Samuel" <samuel.shulman @ntlworld.comwr ote in message
      news:%23cSvdLeT HHA.4872@TK2MSF TNGP03.phx.gbl. ..
      >Hi everyone,
      >>
      >I am looking for a method to handle the following problem:
      >Since my controls are 'Docked' when I try to run the program with a
      >smaller screen (less pixels) the program appears to prioritise the size
      >of the control + the bottom of the form and ignores the location
      >property of the control
      >>
      >Thank you,
      >Samuel
      >>
      >
      >

      Comment

      Working...