autofittype
- col : 가로 스크롤 없이 전체 칼럼 표시
autosizingtype
- 그리드 높이, 크기 자동 조절
그리드 내 열 숨기기
this.gridA.setFormatColProperty(col index, "size", 0);
ㅁ
그리드 틀 고정 & 행 고정
열로 고정
this.gridA.setFormatColProperty(col index, "band", "left"); // 왼쪽 고정, right도 가능
행으로 고정
this.gridA.setFixedRow(row index)
'Nexacro' 카테고리의 다른 글
Xplatform 콤보 박스에서 검색가능하도록 (0) | 2025.03.17 |
---|---|
Nexacro17 appvariables.xml 파일 오류로 xprj 안 열림 (0) | 2025.03.13 |
엑스플랫폼/넥사크로 filterstr를 like처럼 포함 여부 확인 방법 (0) | 2025.02.12 |