|
앗 감사합니다 ^_^
TColumnIndex Column 이 파라미터에
switch (Column)
{
case 0:
ShowMessage("0");
break;
case 1:
ShowMessage("1");
break;
case 2:
ShowMessage("2");
break;
}
이런식으로 처리를 했지만 0값만 찍히내요 ㅠㅠ
[해결] TreeOptions - SelectionOptions - toExtendedFocus = true 를 주니 가능 하군요
|