Share

CAcTcUiCatalogView::Scroll

C++

BOOL Scroll(
    CSize sizeScroll
);

Description

Scrolls the contents of the catalog view. cy is the amount of vertical scrolling in pixels. cy is divided by the height, in pixels, of the catalog view's row height, and the view is scrolled by the resulting number of rows. Horizontal scrolling is not supported. cy must be a negative value to scroll the content of the window up.

Returns true if successful; otherwise, returns false.

Parameters

Parameters Description
sizeScroll Input amount of vertical scrolling in pixels in cy member of size

Links

CAcTcUiCatalogView Class

Was this information helpful?