Ejemplo n.º 1
0
		/// <summary>
		/// Reloads the data.
		/// </summary>
		public void ReloadData (bool clearSelection = true)
		{
			if (clearSelection)
			{

				Processor.ClearSelectedItems(false);
			}

			mRowStart = 0;



			if (m_HeaderView != null)
			{
				m_HeaderView.RemoveFromSuperview ();
				m_HeaderView = null;
			}

			Processor.Reset();

			GC.Collect ();

			this.SetNeedsDisplay ();
			
		}