Click here to Skip to main content
15,902,842 members
Articles / Programming Languages / C#

Mastering Scrollbars in User Interfaces: A Comprehensive Implementation Guide

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
25 Aug 2023CPOL9 min read 5.5K   73   8  
ScrollBars implementation with Windows Forms because the AutoScroll didn't fit my needs
This article explains shortly the use of scrollbars, why they exist in other words. In different scenarios, it's probably the most complex to make moving the scrollbars automatically as you are typing in that window. So, I wrote an implementation of this scenario in C# for Windows Forms. Although, it is possible to rewrite my implementation for WPF.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) NoComment
France France
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions