2 references to LVS_NOSCROLL
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (1)
4282
style |= NativeMethods.
LVS_NOSCROLL
;
winforms\Managed\System\WinForms\TreeView.cs (1)
371
cp.Style |= NativeMethods.
LVS_NOSCROLL
;