Class GridCellNestedScrollGridEditor
Defines a nested scroll grid editor control that is placed inside a grid cell to form a nested scroll grid cell. It is based on System.Windows.Controls.ScrollViewer control.
Inheritance
System.Object
GridCellNestedScrollGridEditor
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCellNestedScrollGridEditor : ScrollViewer
Constructors
GridCellNestedScrollGridEditor()
Initializes a new GridCellNestedScrollGridEditor object.
Declaration
public GridCellNestedScrollGridEditor()
Properties
Grid
Gets or sets the nested grid.
Declaration
public GridCellNestedGridEditor Grid { get; set; }
Property Value
Type |
---|
GridCellNestedGridEditor |
Methods
ArrangeNested(ArrangeCellArgs, GridRenderStyleInfo)
Arranges the cell content inside the given area.
Declaration
public void ArrangeNested(ArrangeCellArgs aca, GridRenderStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
ArrangeCellArgs | aca | A reference to ArrangeCellArgs. |
GridRenderStyleInfo | style |
InitializeNested(GridControlBase, GridModel, GridNestedAxisLayout, GridNestedAxisLayout)
Initializes a new GridCellNestedScrollGridEditor.
Declaration
public void InitializeNested(GridControlBase simpleGridControl, GridModel model, GridNestedAxisLayout rowLayout, GridNestedAxisLayout columnLayout)
Parameters
Type | Name | Description |
---|---|---|
GridControlBase | simpleGridControl | The GridControlBase object. |
GridModel | model | The grid model. |
GridNestedAxisLayout | rowLayout | Row layout. |
GridNestedAxisLayout | columnLayout | Column layout. |
OnGotFocus(RoutedEventArgs)
Declaration
protected override void OnGotFocus(RoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.RoutedEventArgs | e |