2 references to SetVisibleScrollbars
System.Windows.Forms (2)
System\Windows\Forms\Scrolling\ScrollableControl.cs (2)
286
needLayout =
SetVisibleScrollbars
(false, false);
532
needLayout = (
SetVisibleScrollbars
(needHscroll, needVscroll) || needLayout);