예제 #1
0
		/// <summary>
		/// Reconstructs the view and moves the cursor the specified position.
		/// </summary>
		/// <param name="cellId">The cell id.</param>
		/// <param name="cellIndex">Index of the item in the cell.</param>
		/// <param name="initial">if <c>true</c> move the cursor to the beginning of the specified item, otherwise it is moved to the end</param>
		protected void ReconstructView(int cellId, int cellIndex, bool initial)
		{
			m_view.RootBox.Reconstruct();
			m_view.SelectAt(cellId, cellIndex, initial, true, true);
		}