5 references to GroupsEnabled
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ListView.cs (4)
3045
if (IsHandleCreated && ComctlSupportsVisualStyles &&
GroupsEnabled
) {
3702
bool groupItems = (this.groups.Count == 1) && this.
GroupsEnabled
;
3894
if (
GroupsEnabled
) {
5333
int retval = unchecked( (int) (long)SendMessage(NativeMethods.LVM_ENABLEGROUPVIEW,
GroupsEnabled
? 1 : 0, 0));
winforms\Managed\System\WinForms\ListViewItem.cs (1)
1156
if (listView.
GroupsEnabled
) {