kolobok0
Зарегистрирован: 22.04.2005 Сообщения: 253 Откуда: Мсква
|
Добавлено: Пн Май 29 2006 14:16 Заголовок сообщения: Re: Как изменить размер скроллера?... |
|
|
disp писал(а): | дело происходит в MSVC++ |
МСДН уже не катит ?
--------------------------
CWnd::SetScrollRange
Sets minimum and maximum position values for the given scroll bar.
void SetScrollRange(
int nBar,
int nMinPos,
int nMaxPos,
BOOL bRedraw = TRUE
);
Parameters
nBar
Specifies the scroll bar to be set. This parameter can be either of the following values:
SB_HORZ Sets the range of the horizontal scroll bar of the window.
SB_VERT Sets the range of the vertical scroll bar of the window.
nMinPos
Specifies the minimum scrolling position.
nMaxPos
Specifies the maximum scrolling position.
bRedraw
Specifies whether the scroll bar should be redrawn to reflect the change. If bRedraw is TRUE, the scroll bar is redrawn; if FALSE, the scroll bar is not redrawn.
------------------------------
это метод класса CWnd, как следует из описания...
Это?
с уважением
(круглый) |
|