Class GanttChartRowItemsPresenter
Represents a panel that will present the Gantt Chart Row Items.
Inheritance
System.Object
GanttChartRowItemsPresenter
Namespace: Syncfusion.Windows.Controls.Gantt
Assembly: Syncfusion.Gantt.Wpf.dll
Syntax
public class GanttChartRowItemsPresenter : Panel
Constructors
GanttChartRowItemsPresenter()
Initializes a new instance of the GanttChartRowItemsPresenter class.
Declaration
public GanttChartRowItemsPresenter()
Methods
ArrangeOverride(Size)
Override method gets called framework arrange override.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | finalSize | The final size. |
Returns
Type | Description |
---|---|
System.Windows.Size | The calculated size. |
MeasureOverride(Size)
override method gets called framework measure override.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Size | availableSize | The available size. |
Returns
Type | Description |
---|---|
System.Windows.Size | The calculated size. |