PowerArgs.Cli.Scrollbar.Scrollbar C# (CSharp) Method

Scrollbar() public method

public Scrollbar ( Orientation orientation ) : System
orientation Orientation
return System
        public Scrollbar(Orientation orientation)
        {
            this.orientation = orientation;
            Background = ConsoleColor.DarkGray;
            KeyInputReceived.SubscribeForLifetime(OnKeyInputReceived, this.LifetimeManager);
        }