NtTimeChartControl.SheetHeight Property
This property returns the vertical extension of the time chart. It is the sum of all row heights only if all rows are expanded and no categories are closed.
The visible area might be smaller, in this case the control is scrollable in the vertical direction.
That said, it is obvious that the sheet height might vary throughout the use of the control, as users might change the current perspective by opening / closing categories, or as the program might set another
NtPerspective.
The sheet height might as well be smaller than the client rect height of the control: For example if the control has a height of 300 pixels while it only contains two rows of 100 pixels height, each.
See Concept Perspective for details on NtPerspectives.
Overload List:
| Modifier / Return Value | Name and Parameters | Description |
|---|---|---|
|
public int |
|
Vertical extension of the scrollable area (in pixels) of the NtTimeChartControl. Readonly. |
Return value:
Vertical extension of the scrollable area (in pixels) of the NtTimeChartControl.
Remarks:
This property is readonly.
See also:
