interface IRtFrameLayoutlayout
레이아웃 타입은 'frame' 이다.
자식 view들을 지정한 위치에 순서대로 쌓아서 표시한다. 자식들의 위치(left|right|top|bottom)가 고정값 혹은 비율값으로 지정될 수 있다. 위치를 지정하지 않으면 상하/좌우 중앙에 표시된다. layout의 크기를 명시적으로 지정하지 않으면 모든 자식들이 표시될 수 있도록 크기가 조정된다.
자식 view들을 지정한 위치에 순서대로 쌓아서 표시한다. 자식들의 위치(left|right|top|bottom)가 고정값 혹은 비율값으로 지정될 수 있다. 위치를 지정하지 않으면 상하/좌우 중앙에 표시된다. layout의 크기를 명시적으로 지정하지 않으면 모든 자식들이 표시될 수 있도록 크기가 조정된다.
See Also
Events
Properties
Inherited Properties
- IRtLayout.children
- IRtLayoutChild.id
- IRtLayoutChild.visible
- IRtLayoutChild.width
- IRtLayoutChild.height
- IRtLayoutChild.minWidth
- IRtLayoutChild.minHeight
- IRtLayoutChild.clickable
- IRtLayoutChild.onClick
- IRtLayoutChild.style
- IRtLayoutChild.styleCallback
Child Properties
Inherited Child Properties
- IRtPositionableLayout.left
- IRtPositionableLayout.right
- IRtPositionableLayout.top
- IRtPositionableLayout.bottom