PDA

View Full Version : Sticking the Right Side of a Frame..



Blackfoot
April 27th, 2015, 21:01
I have a frame that is being defined like this currently:
<frame_ct>
<bounds>60,33,375,30</bounds>
</frame_ct>
This creates a frame that sticks to the left side of the window and does not scale when the window is expanded right and left but not up and down.
I'd like for the frame to widen when the window is expanded... basically I want to stick the right side of the frame as well. I know I've done it before but I can't remember where...

Trenloe
April 27th, 2015, 21:15
Use negative bounds for the right side. e.g. -30 would be 30 in from the right side.

Blackfoot
April 27th, 2015, 21:33
That solved it. Thanks!