$99 VS $1000+. UI Control for ASP.NET AJAX(contains chart and gridview).
WinForms Track and Status Control
Easily customizing Track and Status controls and build interactive and attractive UI
Home > WinForms UI Controls > User Manual > Customize Scroll Bar in C#

Customization KetticScrollBar in C#.NET

KetticScrollBar control allows the users to customize the HoriScrollBar and VertiScrollBar, which replace the standard scroll bar elements and create scrolling bars in horizontal and vertical orientation for your applications. The scrolling element of VertiScrollViewer allows users fully manage the content area and can be applied when it is required. The VertiScrollViewer supports Physical mode, which customize the scrolling in preset intervals, and Logical scrolling mode, which customize the size of the increment.

Properties for Customizing KetticScrollBars control for Windows Forms

KetticScrollBar provide the same properties for HoriScrollBar and VertiScrollBar. The following are the key properties for the HoriScrollBar and VertiScrollBar.
  • MinThumbLength, this property is able to set the minimum length of the thumb
  • Value, this property is used to get the current value for the thumb position
  • Minimum, when the thumb is at the start, this property is able to configure the minimum value to the KetticScrollBar control
  • Maximum, when the thumb is at the end, this property is able to configure the maximum value to the KetticScrollBar control
  • SmallChange, when you click on the arrow buttons, this property is able to customize the amount that the Value property changes
  • LargeChange, when you click between the thumb and an arrow, this property is able to customize the amount that the Value property changes
  • ThumbLengthProportion, this property is used to set the amount of the scroll bar the thumb takes up and the valid value ranges from 0 to 1

Scroll Event for Customizing KetticScrollBars control

KetticScrollBar .NET component contains the Scroll event for the designers to track scrollbar changes. This is achieved through customizing the Value property of this event to determine the current thumb position and assign the negated Value to the Top property of the KetticScrollBar control being scrolled.
UI Controlsfor Windows Forms
.NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI Design
WinForms UI Controls