CPagerCtrl::SetScrollPos
设置当前页导航控件的滚动位置。
void SetScrollPos(
int iPos
);
参数
Parameter |
说明 |
---|---|
[in] iPos |
新的滚动位置,则单位是像素。 |
要求
标头: afxcmn.h
备注
此方法发送 PGM_SETPOS 信息,在 Windows SDK所述。
设置当前页导航控件的滚动位置。
void SetScrollPos(
int iPos
);
Parameter |
说明 |
---|---|
[in] iPos |
新的滚动位置,则单位是像素。 |
标头: afxcmn.h
此方法发送 PGM_SETPOS 信息,在 Windows SDK所述。