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.7.0.280
Syntax
C#
public void ResizeLVCols(
	ListView listview
)

Parameters

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