namespace System.Windows.Forms { public enum ListViewAlignment { Default = 0, Top = 2, Left = 1, SnapToGrid = 5 } }