interface IRtPositionableLayoutlayout
자식들의 위치(left|right|top|bottom)가 고정값 혹은 비율값으로 지정될 수 있다.
See Also
Events
Properties
Inherited Properties
- IRtLayout.children
- IRtLayoutChild.clickable
- IRtLayoutChild.height
- IRtLayoutChild.id
- IRtLayoutChild.minHeight
- IRtLayoutChild.minWidth
- IRtLayoutChild.onClick
- IRtLayoutChild.style
- IRtLayoutChild.styleCallback
- IRtLayoutChild.visible
- IRtLayoutChild.width
Child Properties
- left: RtPercentSize
left 위치를 (픽셀 단위의)숫자나 '%' 문자열로 지정한다.. - right: RtPercentSize
right 위치를 (픽셀 단위의)숫자나 '%' 문자열로 지정한다..
left를 지정하면 이 속성은 무시된다. - top: RtPercentSize
top 위치를 (픽셀 단위의)숫자나 '%' 문자열로 지정한다.. - bottom: RtPercentSize
bottom 위치를 (픽셀 단위의)숫자나 '%' 문자열로 지정한다..
bottom을 지정하면 이 속성은 무시된다.