Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.57 KB

hscrollbar-and-vscrollbar-controls-windows-forms.md

File metadata and controls

33 lines (25 loc) · 1.57 KB
title description ms.date helpviewer_keywords ms.assetid
HScrollBar and VScrollBar Controls
Learn about HScrollBar and VScrollBar controls, which are used to provide easy navigation through a long list of items or a large amount of information.
03/30/2017
scroll bars
VScrollBar control [Windows Forms]
scroll bars [Windows Forms], Windows Forms
HScrollBar control [Windows Forms]
Scroll Bar control [Windows Forms]
f5e9cda7-d8f3-406b-b0e6-bdb4375d6eb0

HScrollBar and VScrollBar Controls (Windows Forms)

Windows Forms scroll bar controls are used to provide easy navigation through a long list of items or a large amount of information by scrolling either horizontally or vertically within an application or control. Scroll bars are a common element of the Windows interface.

In This Section

HScrollBar and VScrollBar Controls Overview
Introduces the general concepts of the xref:System.Windows.Forms.HScrollBar and xref:System.Windows.Forms.VScrollBar controls, which allow users to scroll horizontally and vertically through large amounts of information.

Reference

xref:System.Windows.Forms.HScrollBar
Describes this class and has links to all its members.

xref:System.Windows.Forms.VScrollBar
Describes this class and has links to all its members.

Related Sections

Controls to Use on Windows Forms
Provides a complete list of Windows Forms controls, with links to information on their use.