Adjusts the auto-scroll bars on the container based on the current control positions and the control currently selected.
[Visual Basic] Overridable Protected Sub AdjustFormScrollbars( _ ByVal displayScrollbars As Boolean _ ) [C#] protected virtual void AdjustFormScrollbars( bool displayScrollbars ); [C++] protected: virtual void AdjustFormScrollbars( bool displayScrollbars ); [JScript] protected function AdjustFormScrollbars( displayScrollbars : Boolean );
ScrollableControl Class | ScrollableControl Members | System.WinForms Namespace