2 references to LVS_NOSCROLL
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
4556
style |= (int)PInvoke.
LVS_NOSCROLL
;
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
331
cp.Style |= (int)PInvoke.
LVS_NOSCROLL
;