티스토리 뷰
출처
http://www.ihelpers.co.kr/programming/tipntech.php?CMD=view&TYPE=8&KEY=&SC=S&&CC=&PAGE=1&IDX=547
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" height="448">
<mx:Script>
import mx.controls.dataGridClasses.DataGridColumn;
private function createColumn():void
{
var columns : Array = grid1.columns;
var tmpCol :DataGridColumn = new DataGridColumn();
tmpCol.headerText = "Test";
columns.push(tmpCol);
grid1.columns = columns;
}
</mx:Script>
<mx:DataGrid id="grid1" x="54" y="106" width="280" height="139"/>
<mx:Button x="310" y="41" label="Button" click="{createColumn()}"/>
</mx:Application>
- Total
- Today
- Yesterday
- ffmpeg
- Xcode
- Linux
- SAS
- Spring MVC
- Delphi
- Delphi Tip
- 서울오토살롱
- Spring
- sas2009
- ubuntu
- BPI-M4
- ble
- JavaScript
- Java
- Mac
- flex
- koba2010
- 동경
- oracle
- 지스타2007
- 튜닝쇼 2008
- MySQL
- 레이싱모델 익스트림 포토 페스티벌
- 전예희
- android
- 송주경
- 일본여행
- NDK
- KOBA
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |