Click or drag to resize

FormActMainResizeLVCols Method

Resizes the columns on a ListView depending on the column header length and column content length

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax
C#
public void ResizeLVCols(
	ListView listview
)

Parameters

listview
Type: System.Windows.FormsListView
An already populated ListView to have columns resized
See Also