멀티라인에 스크롤이 생겼을 때 스크롤을 가장 아래로 내리는 API이다.
| Parameters | Type | Description | 
|---|---|---|
| nSBType | short | [옵션] 스크롤바 유형 (기본값: 2) | 
| Type | Description | 
|---|---|
| BOOL | 정상 처리 여부 | 
** nSBType에 입력가능한 상수값 XFD_SB_HORZ = 0 (수평 스크롤) XFD_SB_VERT = 1 (수직 스크롤) XFD_SB_BOTH = 2 (수평/수직 스크롤)
function btn_scrollpostolast_on_mouseup()
{
	multi.scrollpostolast();
}