NtFlankControl.SheetWidth Property

Readonly
 
Sometimes the legend of the Time Chart (consisting of the NtRowHeaders located in the NtFlankControl) is too narrow to fully display the texts or images that make up the legend. For this reason the NtFlankControl can have a horizontal scroll bar.
The visible width of the NtFlankControl of course is its ClientSize.Width. Meanwhile the underlying panel that may have a bigger width is called 'sheet' and its widht is called 'SheetWidth'. It is a read only property. The sheet width is defined when calling the Flank Control's Init() method.
The Scroll bar is a seperate control of type NtHScrollBar. Please see the image below for details:


Overload List:

Modifier / Return Value Name and Parameters Description

public int

SheetWidth

Horizontal extension of the scrollable area (in pixels) of the NtTimeChartControl. Readonly.

Return value:

int
Horizontal extension of the scrollable area (in pixels) of the NtFlankControl. This scrollable area is called 'sheet'.

Remarks:

This property is readonly.