Class GridView
GridView
public class GridView : UserControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IComponentConnector, IStyleConnector
- Inheritance
-
GridView
- Implements
- Inherited Members
Constructors
GridView()
public GridView()
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
MeasureOverride(Size)
Called to remeasure a control.
protected override Size MeasureOverride(Size constraint)
Parameters
constraintSizeThe maximum size that the method can return.
Returns
- Size
The size of the control, up to the maximum specified by
constraint.