I am trying to fill in the area outside the container to fill in the rest of the screen with the same background color as the container. I have had no luck in figuring this out. Any help is appreciated.
Welcome to the forum.
Please edit your question title and add the Vision or Perspective tag so we know which system you're working on.
You also need to define what you mean by "screen". Vision has "windows". Perspective has "views". (Or do you mean the operating system's desktop?)
You may try component width:100%
It appears that you are asking how to set a view's background color.
- On Project Browser select the view and select root.
- In Perspective Property Editor you can now set the
props.style
. Click the style icon and you can set the background color there.
Thank you for your response. I have already under style set the background color. The area I want to fill in is the area outside the container as illustrated in the above screenshot.
We can't see the structure of your view. What is the container in?
Take a nicely cropped screengrab of the Project Browser showing the view expanded and the names and types of the relevant components.