If this property is switched to true, the view will be switched to the Thumbnail mode and the inherited View property will be set to View.LargeIcon.
| C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Use ViewState.Thumbnails instead.")] public bool Thumbnails { get; set; }
<ObsoleteAttribute("Use ViewState.Thumbnails instead.")> _ Public Property Thumbnails As Boolean
[ObsoleteAttribute(L"Use ViewState.Thumbnails instead.")] public: property bool Thumbnails { bool get (); void set (bool value); }