InstallPad.ScrollPanel.ScrollPanel C# (CSharp) Méthode

ScrollPanel() public méthode

public ScrollPanel ( ) : System
Résultat System
        public ScrollPanel()
        {
            this.AutoScroll = true ;

            // Label acts as a place holder, it will reside next to the tablepanel
            label = new Label();
            label.Width = 1;
            label.Height = 10;
            this.Controls.Add(label);
        }
ScrollPanel