Base:
property
AutoScroll
System.Windows.Forms.ScrollableControl.AutoScroll
1 override of AutoScroll
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
81public override bool AutoScroll
2 writes to AutoScroll
System.Windows.Forms (2)
System\Windows\Forms\Form.ControlCollection.cs (1)
38_owner.AutoScroll = false;
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
84set => base.AutoScroll = value;
3 references to AutoScroll
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
83get => base.AutoScroll;
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\FormDocumentDesigner.cs (2)
429if (form.HorizontalScroll.Visible && form.AutoScroll) 434if (form.VerticalScroll.Visible && form.AutoScroll)