4 references to ScrollStateAutoScrolling
System.Windows.Forms (4)
System\Windows\Forms\Scrolling\ScrollableControl.cs (3)
62
SetScrollState(
ScrollStateAutoScrolling
, false);
75
get => GetScrollState(
ScrollStateAutoScrolling
);
83
SetScrollState(
ScrollStateAutoScrolling
, value);
System\Windows\Forms\UserControl.cs (1)
31
SetScrollState(
ScrollStateAutoScrolling
, false);