MobileForms Toolkit Documentation

SmartGrid Methods

The methods of the SmartGrid class are listed below. For a complete list of SmartGrid class members, see the SmartGrid Members topic.

Public Instance Methods

ActivateCell Activates the cell at the given row and column index.
AutoResizeColumn Adjusts the width of the specified column using the specified size mode.
AutoResizeColumnsOverloaded. Adjusts the width of all columns using the specified AutoSizeColumnsMode mode.
AutoResizeRow Adjusts the height of the specified row using the specified size mode.
AutoResizeRowsOverloaded. Adjusts the height of all rows using the specified AutoSizeRowsMode mode.
BeginInit Disables control recalculation during the initialization.
BeginInvoke (inherited from Control)Overloaded. Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
BringToFront (inherited from Control)Brings the control to the front of the z-order.
CloseConnector Closes the data connector if it is still open.
CreateGraphics (inherited from Control)Creates the Graphics for the control.
CreateObjRef (inherited from MarshalByRefObject)Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Dispose (inherited from Component)Overloaded. Releases all resources used by the Component.
EditSelectedCell Switches the currently selected cell into edit mode.
EndEdit If there is a cell in edit mode in SmartGrid, turns the edit mode off.
EndInit Enables control recalculation after the initialization.
EndInvoke (inherited from Control)Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed.
EnsureVisible Scroll the selected row and column into view.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
Focus (inherited from Control)Sets input focus to the control.
GetCellAtPoint Gets the cell at defined point.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetLifetimeService (inherited from MarshalByRefObject)Retrieves the current lifetime service object that controls the lifetime policy for this instance.
GetType (inherited from Object)Gets the Type of the current instance.
Hide (inherited from Control)Conceals the control from the user.
InitializeLifetimeService (inherited from MarshalByRefObject)Obtains a lifetime service object to control the lifetime policy for this instance.
Invalidate (inherited from Control)Overloaded. Invalidates the entire surface of the control and causes the control to be redrawn.
Invoke (inherited from Control)Overloaded. Executes the specified delegate on the thread that owns the control's underlying window handle.
LoadAdditionalRows Load specified additional amount of rows.
LoadData Loads the data with the data connector.
LoadDataManually Fills SmartGrid's RowCollection by user provided Row objects.
LoadXmlOverloaded. Load the control from the specified location.
PointToClient (inherited from Control)Computes the location of the specified screen point into client coordinates.
PointToScreen (inherited from Control)Computes the location of the specified client point into screen coordinates.
RectangleToClient (inherited from Control)Computes the size and location of the specified screen rectangle in client coordinates.
RectangleToScreen (inherited from Control)Computes the size and location of the specified client rectangle in screen coordinates.
Refresh Forces the control to redraw immediately.
Reload Reloads the data with the DataConnector.
ResumeLayout (inherited from Control)Overloaded. Resumes usual layout logic.
Scale (inherited from Control)Scales the control and all child controls by the specified scaling factor.
SelectNextControl (inherited from Control)Activates the next control.
SendToBack (inherited from Control)Sends the control to the back of the z-order.
Show (inherited from Control)Displays the control to the user.
SuspendLayout (inherited from Control)Temporarily suspends the layout logic for the control.
ToString (inherited from Object)Returns a String that represents the current Object.
Update (inherited from Control)Causes the control to redraw the invalidated regions within its client area.
UpdateLayout Updates SmartGrid during the next Paint message

Protected Instance Methods

CreateControlsInstance (inherited from Control)Creates a new instance of the control collection for the control.
DisposeOverloaded. Clean up any resources being used.
Finalize (inherited from Component)Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
GetScaledBounds (inherited from Control)Retrieves the bounds within which the control is scaled.
MemberwiseClone (inherited from MarshalByRefObject)Overloaded. Creates a shallow copy of the current MarshalByRefObject object.
MemberwiseClone (inherited from Object)Overloaded. Creates a shallow copy of the current Object.
OnAfterCustomEdit Fires the AfterCustomEdit event.
OnBeforeCustomEdit Fires the BeforeCustomEdit event.
OnBindingContextChanged Handles the changes of binding context.
OnCellClick Fires the CellClick event.
OnClick Handles the Click event.
OnDoubleClick 
OnEnabledChanged (inherited from Control)Raises the EnabledChanged event.
OnGotFocus 
OnHandleCreated (inherited from Control)Raises the HandleCreated event.
OnHandleDestroyed (inherited from Control)Raises the HandleDestroyed event.
OnHeaderClick Fires the HeaderClick event.
OnHelpRequested (inherited from Control)Raises the HelpRequested event.
OnCheckBoxEdit Fires the CheckBoxEdit event.
OnKeyDown Handles the key navigation.
OnKeyPress (inherited from Control)Raises the KeyPress event.
OnKeyUp (inherited from Control)Raises the KeyUp event.
OnLostFocus (inherited from Control)Raises the LostFocus event.
OnMouseDown Handles the MouseDown event.
OnMouseMove Handles the MouseMove event.
OnMouseUp Handles the MouseUp event.
OnPaint Handles the Paint event.
OnPaintBackground Handles the PaintBackground event.
OnParentChanged 
OnResize Handles the Resize event.
OnRowAdding Fires the RowAdding event.
OnScroll Fires the Scroll event.
OnScrollVisibleChanged Fires ScrollVisibleChanged event.
OnSelectionChanged Fires the SelectionChanged event.
OnSelectionChanging Fires the SelectionChanging event.
OnTextBoxEdit Fires the TextBoxEdit event.
OnTextChanged (inherited from Control)Raises the TextChanged event.
ScaleControl 
ShouldSerializeAutoSizeColumnsMode Indicates whether the AutoSizeColumnsMode property should be persisted.
ShouldSerializeAutoSizeRowsMode Indicates whether the AutoSizeRowsMode property should be persisted.
ShouldSerializeCustomizeCellMode Indicates whether the CustomizeCellMode property should be persisted.
ShouldSerializeDataSource Indicates whether the DataSource property should be persisted.
ShouldSerializeToolTipType 
ShouldSerializeTouchScrollDirection Indicates whether the TouchScrollDirection property should be persisted.

Protected Internal Instance Methods

CalculateClientRect 
OnColumnDrag Fires the ColumnDrag event.
OnColumnResize Fires the ColumnResize event.
OnColumnsChanged 
OnCustomizeCell Fires the CustomizeCell event.
OnRowResize Fires the RowResize event.

See Also

SmartGrid Class | Resco.Controls.SmartGrid Namespace