Table of Contents

Method InternalSetListViewAndIndex

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

InternalSetListViewAndIndex(ListView?, int?)

Sets owner control and column index. Do not call directly.

public void InternalSetListViewAndIndex(ListView? control, int? newIndex)

Parameters

control ListView

Owner control.

newIndex int?

New column index.