Best practice approach for scrollable control in C# .NET
问题 I am designing a windows forms control for Syntax Editing. I know there are already a lot out there, like Scintilla, FastColoredTextBox, Actipro Syntax Editor, Avalon Edit etc. I have reasons for designing my own, so that's not the issue. So far I have been designing the look and feel of the control. It will need to be able to control vertically, and horizontally. The options I have come across are: My control extends ScrollableControl or ContainerControl My control instantiates a HScrollBar