ListViewExtrasAutoResize Method |
resize all columns to best fit the header and the contents
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void AutoResize(
ListView lv
)
Public Shared Sub AutoResize (
lv As ListView
)
public:
static void AutoResize(
ListView^ lv
)
static member AutoResize :
lv : ListView -> unit
Parameters
- lv
- Type: System.Windows.FormsListView
See Also