View Single Post
Old 12-15-2008, 01:41 PM   #56
myxiplx
A Weathered Clockwork
 
Join Date: Aug 2006
Posts: 313
Interface Author - Click to view interfaces
Default

Hey folks,

I just realised that a lot of you wanting to make these windows movable are using autosized TileLayoutBoxes. To create the border for moving the window with these, just use the offsets:

<TopAnchorOffset>2</TopAnchorOffset>
<BottomAnchorOffset>2</BottomAnchorOffset>
<LeftAnchorOffset>2</LeftAnchorOffset>
<RightAnchorOffset>2</RightAnchorOffset>

Myx
myxiplx is offline   Reply With Quote