NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ScrollableControl.AdjustFormScrollbars

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
);

Parameters

displayScrollbars
true to show the scroll bars; otherwise, false.

See Also

ScrollableControl Class | ScrollableControl Members | System.WinForms Namespace