interface IRtLinearLayoutlayout
필드나 자식 layout들을 수평 혹은 수직으로 순서대로 배치한다.
See Also
Events
Properties
- itemGap:
number
optionalDefault 4pixcel아이템들 간의 간격.
주의: renderer가 'space'인 아이템에는 양끝에 이 간격이 적용되지 않는다. 즉, 이 속성이 무시되고 space 렌더러에 설정된 크기대로 간격이 설정되는 셈이다. - itemsArrange: RtItemsArrange optionalDefault RtItemsArrange.SATRT
아이템들을 배열하는 방식.
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
- shrink:
number
Defaultundefined
자식들의 크기 합이 layout 크기보다 클 때, 이 값의 비율대로 줄인다.
전체 감소 크기 중 자식의 원래 상대 크기(전체 자식의 크기에 대한)에 이 값의 상대값(전체 자식의 shrink를 더한 값에 대한)을 곱한 값을 줄인다.
값을 지정하지 않으면 1로 간주한다. - grow:
number
Defaultundefined
;자식들의 크기 합이 layout 크기보다 작을 때, 이 값의 비율대로 늘인다.
전체 자식들의 grow 합이 1보다 작으면 layout 크기에 여분이 생긴다.
값을 지정하지 않으면 0으로 간주한다. - gap:
number
layout의 IRtLinearLayout.itemGap과 다른 gap을 설정한다.