3 references to LISTVIEWSTATE_scrollable
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ListView.cs (3)
231
int listViewStateFlags =
LISTVIEWSTATE_scrollable
|
1342
return listViewState[
LISTVIEWSTATE_scrollable
];
1346
listViewState[
LISTVIEWSTATE_scrollable
] = value;