Design Space Versus Screen Space

I’m having an issue with creating components in root containers of windows. I’ll put them at the very edge of the design space but when I launch the project, the objects are not at the edge of the screen. How do I fix this? I have some objects that I would like to stretch from the left edge of the screen to the right edge. I have the object stretched to the extreme edges of the design space but when I launch the project, the object is not stretched across the whole screen. Help is appreciated.

Take a look at the component’s layout. Right click on the component and select Layout or Ctrl-L. There you can set it to either relative or anchored. You are looking for the anchored layout. You can also look at this page is the user manual for more information: http://www.inductiveautomation.com/support/usermanuals/ignition/component_layout.htm

Thank you, that did it.