Class VirtualizingCellsControlChildFrame
Implements a child frame in a VirtualizingCellsControl that can be placed at the top, bottom, left and right side of the control so that contents do scroll similiar to the Internet Explorer frames concept. Each frame remembers its placement.
Adding and removing elements from the children collection does not trigger calls to InvalidateMeasure. This allows adding and removing elements on the fly. A derived control is responsible to call Measure and Arrange on child elements since this base class will not do this by itsself.
Inheritance
System.Object
VirtualizingCellsControlChildFrame
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Cells
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public class VirtualizingCellsControlChildFrame : ScrollControlChildFrame, IDisposable
Constructors
VirtualizingCellsControlChildFrame()
Initializes a new instance of the VirtualizingCellsControlChildFrame class.
Declaration
public VirtualizingCellsControlChildFrame()
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | finalSize |
Returns
Type |
---|
System.Windows.Size |
Overrides
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size constraint)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | constraint |
Returns
Type |
---|
System.Windows.Size |
Overrides
ToString()
Returns a System.String with state information about the object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | Returns a System.String with state information about the object. |
Implements
System.IDisposable