2013-05-16 5 views

답변

1

<s:DefaultGridHeaderRenderer />을 직접 작성하고 아래 줄을 추가/편집하여 가운데 맞춤 헤더를 얻으십시오.

<s:Label id="labelDisplay" 
      verticalCenter="1" left="0" right="0" top="0" bottom="0" 
      textAlign="center" 
      fontWeight="bold" 
      verticalAlign="middle" 
      maxDisplayedLines="1" 
      showTruncationTip="true" />