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

Parameters

listview  ListView
An already populated ListView to have columns resized
See Also