INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- The `GetScrollPos' function retrieves the current position of the
-- scroll box (thumb) in the specified scroll bar. The current
-- position is a relative value that depends on the current scrolling
-- range. For example, if the scrolling range is 0 through 100 and
-- the scroll box is in the middle of the bar, the current position
-- is 50. The `GetScrollPos' function is provided for backward
-- compatibility.
-- New applications should use the `GetScrollInfo' function.
-- The 'ScrollWindow' procedure scrolls the content of the specified
-- window's client area.
-- The 'ScrollWindow' procedure scrolls the content of the specified
-- window's client area.
-- The 'SetScrollPos' function sets the position of the scroll box (thumb)
-- in the specified scroll bar and, if requested, redraws the scroll bar
-- to reflect the new position of the scroll box.
-- The 'SetScrollRange' procedure sets the minimum and maximum position
-- values for the specified scroll bar. It can also be used to hide or
-- show a standard scroll bar.
-- The `ShowScrollBar' function shows or hides the specified scroll bar.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |