Vertical Scrollbars
Automatically provides vertical scrolling for multi-line text input.
Overview
Behavior
Feature
Description
Usage Example
Enable Both Vertical & Horizontal Scrollbars (If Needed)
SiticoneTextArea textArea = new SiticoneTextArea();
textArea.ScrollBars = ScrollBars.Both; // Enable both vertical and horizontal scrolling
this.Controls.Add(textArea);Best Practices
Best Practice
Description
Other Scenarios Where Vertical Scrollbars Are Useful
Use Case
Description
Summary
Conclusion
Last updated