.NET Windows Forms in a Nutshell
This enumeration is used to specify how icons will be aligned in a ListView control. public enum ListViewAlignment { Default = 0 , Left = 1 , Top = 2 , SnapToGrid = 5 } Hierarchy
System.Object Returned By
ListView.Alignment Passed To
ListView.{Alignment , ArrangeIcons()} |