Class DataGridRowsPresenter
Panel that lays out individual rows top to bottom.
Inheritance
DataGridRowsPresenter
Implements
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public class DataGridRowsPresenter : DataGridRowsPresenter, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IScrollInfo
Remarks
This derived presenter provides functionality to show horizontal scrollbars event if the grid has no content.
Methods
View SourceOnIsItemsHostChanged(bool, bool)
Declaration
protected override void OnIsItemsHostChanged(bool oldIsItemsHost, bool newIsItemsHost)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | oldIsItemsHost | The old property value. |
| bool | newIsItemsHost | The new property value. |