public override UIView CreateThumbnailView ()
		{
			var b = new DirectoryBackgroundView {
				Frame = bg.Frame,
			};

			return b;
		}
		public DirectoryThumbnailCell (IntPtr handle)
			: base (handle)
		{
			bg = new DirectoryBackgroundView {
				BackgroundColor = BackgroundColor,
			};

			SetThumbnails (null);
		}