Skip to main content

[archive] Controls on Re-Sized Screens

  • July 18, 2005
  • 1 reply
  • 0 views

[Migrated content. Thread originally posted on 15 July 2005]

Hello All,
Is it possible to "anchor" controls to a screen so that they will move along with the screen when it is re-sized rather than disappear? I know this is possible in VB.

1 reply

[Migrated content. Thread originally posted on 15 July 2005]

Hello All,
Is it possible to "anchor" controls to a screen so that they will move along with the screen when it is re-sized rather than disappear? I know this is possible in VB.
You can use the layout manager to resize and move controls as the window resizes. Check out chapter 4.8 of the User Interface Programming Guide.