using System; namespace Terminal.Gui { public class ScrollView : View { public ScrollView (Rect frame) : base (frame) { } } }