also, disable the call do BindColumns in
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / View.cs
index 5347823b51efb9489e50a4f3edda1928294a39c5..956779918cb8f2a0eb8e3fcfa8d66f91739daa23 100644 (file)
 
 namespace System.Windows.Forms
 {
+#if !NET_2_0
        [Serializable]
+#endif
        public enum View
        {
                LargeIcon = 0,
                Details = 1,
                SmallIcon = 2,
-               List = 3
+               List = 3,
+#if NET_2_0
+               Tile = 4
+#endif
        }
 }