The GridPanel type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Arrange | (Inherited from UIElement.) |
|
|
AutoSizeColumn |
Resizes a column to fit its visible contents.
|
|
|
AutoSizeRow |
Resizes a row to fit its visible contents.
|
|
|
CaptureMouse | (Inherited from UIElement.) |
|
|
CheckAccess | (Inherited from DependencyObject.) |
|
|
ClearValue | (Inherited from DependencyObject.) |
|
|
Equals | (Inherited from Object.) |
|
|
FindName | (Inherited from FrameworkElement.) |
|
|
GetAnimationBaseValue | (Inherited from DependencyObject.) |
|
|
GetCellElement |
Gets the FrameworkElement used to represent a cell on the panel.
|
|
|
GetCellRect(CellRange) |
Gets a rectangle that represents the position of a CellRange on
the panel.
|
|
|
GetCellRect(Int32, Int32) |
Gets a rectangle that represents the position of a cell on the panel.
|
|
|
GetDataFormatted |
Gets or sets the formatted content of a specific cell.
|
|
|
GetDataRaw |
Gets or sets the raw content of a specific cell.
|
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
GetValue | (Inherited from DependencyObject.) |
|
|
HitTest |
Gets a HitTestInfo object that contains information about this
GridPanel at a given location.
|
|
|
Invalidate()()()() |
Forces the grid panel to re-create all visible elements.
|
|
|
Invalidate(CellRange) |
Forces the grid panel to re-create the elements in a given CellRange.
|
|
|
InvalidateArrange | (Inherited from UIElement.) |
|
|
InvalidateMeasure | (Inherited from UIElement.) |
|
|
Measure | (Inherited from UIElement.) |
|
|
OnApplyTemplate | (Inherited from FrameworkElement.) |
|
|
ReadLocalValue | (Inherited from DependencyObject.) |
|
|
ReleaseMouseCapture | (Inherited from UIElement.) |
|
|
SetBinding | (Inherited from FrameworkElement.) |
|
|
SetValue | (Inherited from DependencyObject.) |
|
|
ToString | (Inherited from Object.) |
|
|
TransformToVisual | (Inherited from UIElement.) |
|
|
UpdateLayout | (Inherited from UIElement.) |
Properties
| Name | Description | |
|---|---|---|
|
|
ActualHeight | (Inherited from FrameworkElement.) |
|
|
ActualWidth | (Inherited from FrameworkElement.) |
|
|
Background | (Inherited from Panel.) |
|
|
CellType |
Gets the type of cell that this panel contains.
|
|
|
Children | (Inherited from Panel.) |
|
|
Clip | (Inherited from UIElement.) |
|
|
Columns |
Gets the collection of columns in this GridPanel.
|
|
|
Cursor | (Inherited from FrameworkElement.) |
|
|
DataContext | (Inherited from FrameworkElement.) |
|
|
DesiredSize | (Inherited from UIElement.) |
|
|
Dispatcher | (Inherited from DependencyObject.) |
|
|
Grid |
Gets the C1FlexGrid that owns this GridPanel.
|
|
|
Height | (Inherited from FrameworkElement.) |
|
|
HorizontalAlignment | (Inherited from FrameworkElement.) |
|
|
IsHitTestVisible | (Inherited from UIElement.) |
|
|
Item[([( Int32, Column])]) |
Gets or sets the value of a specific cell.
|
|
|
Item[([( Int32, Int32])]) |
Gets or sets the value of a specific cell.
|
|
|
Item[([( Int32, String])]) |
Gets or sets the value of a specific cell.
|
|
|
Language | (Inherited from FrameworkElement.) |
|
|
Margin | (Inherited from FrameworkElement.) |
|
|
MaxHeight | (Inherited from FrameworkElement.) |
|
|
MaxWidth | (Inherited from FrameworkElement.) |
|
|
MinHeight | (Inherited from FrameworkElement.) |
|
|
MinWidth | (Inherited from FrameworkElement.) |
|
|
Name | (Inherited from FrameworkElement.) |
|
|
Opacity | (Inherited from UIElement.) |
|
|
OpacityMask | (Inherited from UIElement.) |
|
|
Parent | (Inherited from FrameworkElement.) |
|
|
RenderSize | (Inherited from UIElement.) |
|
|
RenderTransform | (Inherited from UIElement.) |
|
|
RenderTransformOrigin | (Inherited from UIElement.) |
|
|
Resources | (Inherited from FrameworkElement.) |
|
|
Rows |
Gets the collection of rows in this GridPanel.
|
|
|
Style | (Inherited from FrameworkElement.) |
|
|
Tag | (Inherited from FrameworkElement.) |
|
|
Triggers | (Inherited from FrameworkElement.) |
|
|
UseLayoutRounding | (Inherited from UIElement.) |
|
|
VerticalAlignment | (Inherited from FrameworkElement.) |
|
|
Visibility | (Inherited from UIElement.) |
|
|
Width | (Inherited from FrameworkElement.) |
Events
| Name | Description | |
|---|---|---|
|
|
BindingValidationError | (Inherited from FrameworkElement.) |
|
|
GotFocus | (Inherited from UIElement.) |
|
|
KeyDown | (Inherited from UIElement.) |
|
|
KeyUp | (Inherited from UIElement.) |
|
|
LayoutUpdated | (Inherited from FrameworkElement.) |
|
|
Loaded | (Inherited from FrameworkElement.) |
|
|
LostFocus | (Inherited from UIElement.) |
|
|
LostMouseCapture | (Inherited from UIElement.) |
|
|
MouseEnter | (Inherited from UIElement.) |
|
|
MouseLeave | (Inherited from UIElement.) |
|
|
MouseLeftButtonDown | (Inherited from UIElement.) |
|
|
MouseLeftButtonUp | (Inherited from UIElement.) |
|
|
MouseMove | (Inherited from UIElement.) |
|
|
SizeChanged | (Inherited from FrameworkElement.) |