SMART datagrid v1.4 > Reporting > Classes > PrintItemContainer

Back  Forward

DLReport.PrintItemContainer.minWidth  property

명시적 최소 너비. 

숫자나 "in", "mm", "cm" "px" 단위가 포함된 문자열로 지정할 수 있다. 단위를 지정하지 않으면 pixel로 간주한다. 

자동으로 계산되거나 width로 설정된 경우에도 이 크기보다 작을 수 없다. 

기본값은 undefined.

Getter
function minWidth(): PrintDimension
Setter
function setMinWidth(value: Number|String)
See Also
maxWidth
width
items
Examples
리포트 시작하기