MvcScrollWrapper_T::HideScrollBarsWithFullPageSize

BOOL MvcScrollWrapper_T::HideScrollBarsWithFullPageSize(void)

Hide scrollbars with page size >= range size

Defined in: MvcScrollWrapper.h

Return Value

True if 1 or more scrollbars has changed visibility.

Comments

Queries the current scrollbar page size and range values to determine if scrollbar should be hidden from view. If the page size is as large as the range, than the scrollbar is hidden from view as it is no longer needed. Note: this function will take into account the settings configured by SetScrollBarVisibility, thus if the scrollbar is invisible to begin with, it will not be redisplayed if the page size is suddenly smaller than the range.