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 ByListView.Alignment Passed ToListView.{Alignment , ArrangeIcons()} |