Method InitializeScaledImageList
InitializeScaledImageList(ListView, string)
Loads a scaled image list from the specific resource.
public static void InitializeScaledImageList(ListView listView, string resourceName)
Parameters
listView
ListViewListView
instance linked to a scaled image list.resourceName
stringResource to load the image list from.
InitializeScaledImageList(TreeView, string)
Loads a scaled image list from the specific resource.
public static void InitializeScaledImageList(TreeView treeView, string resourceName)