Name | Description | |
---|---|---|
NScheduleView Constructor | Default constructor. |
The following tables list the members exposed by NScheduleView.
Name | Description | |
---|---|---|
NScheduleView Constructor | Default constructor. |
Name | Description | |
---|---|---|
ContextMenu | Gets/Sets the context menu factory of the schedule view. If set to null, context menu will not be displayed. | |
HScrollBar | Gets the horizontal scroll bar. | |
Navigator | Gets/Sets the navigator of this schedule view. | |
NotificationCheckInterval | Gets/Sets the interval (in seconds) at which to check for notifications. By default set to 0, which means that the schedule will not check for and show any notifications. | |
VScrollBar | Gets the vertical scroll bar. |
Name | Description | |
---|---|---|
ImportAppointments | Show an Open File Dialog for selecting a schedule document and imports the appointments of the selected document into the current one. | |
ImportAppointmentsFromDocument | Imports the appointments from the given schedule document. | |
ImportAppointmentsFromFile | Imports the appointments from the given file. | |
ImportAppointmentsFromStream | Imports the appointments from the given stream. | |
ScrollInDirection | Overridden. Scrolls the active page in the specified direction, with the specified number of steps. | |
ShowNextViewRange | Shows the next view range of this schedule view. | |
ShowPreviousViewRange | Shows the previous range of this schedule view. | |
VisitChildDisplaySubtree | Overridden. Called to propagate the display traversal to the node children. |
Name | Description | |
---|---|---|
AccumulateContentDisplayChildren | Overridden. Accumulates the display children of the node that are considered to be content. | |
AccumulateInnerAddorners | Overridden. Accumulates the inner adorners. | |
ArrangeContent | Overridden. Overriden to layout the content and the scrollbars. | |
BuildCommander | Overridden. Builds the drawing commander, by adding the drawing command actions | |
BuildInteractor | Overridden. Builds the schedule interactor by adding the schedule tools. | |
ComputeWindowSize | Overridden. Computes the size of the viewport taking into account the specified H and V srollbars visibility. | |
CreateNewDocument | Overridden. Creates a new document. | |
GetBottomSideAdorner | Overridden. Gets the bottom side adorner. | |
GetHScrollBar | Overridden. Gets the horizontal scrollbar. | |
GetHScrollMode | Overridden. Gets the horizontal scrolling policy. | |
GetInnerAdornersArea | Overridden. Given the content area for arrangement, returns the area in which inner addorners must be arranged. This implementation simply returns the content area. | |
GetNoScrollHAlign | Overridden. Gets the horizontal alignment of the viewport relative to the window in case there is no horizontal scrollbar. | |
GetNoScrollVAlign | Overridden. Gets the vertical alignment of the viewport relative to the window in case there is no horizontal scrollbar. | |
GetRightSideAdorner | Overridden. Gets the right side adorner. | |
GetTotalViewport | Overridden. Gets the total viewport bounds. | |
GetViewportOrigin | Overridden. Gets the viewport origin. | |
GetVScrollBar | Overridden. Gets the vertical scrollbar. | |
GetVScrollMode | Overridden. Gets the vertical scrolling policy. | |
GetZoomFactor | Overridden. Gets the viewport zoom factor. | |
GetZoomMode | Overridden. Get the zoom policy which defines the way in which the viewport is scaled to the window | |
MeasureAdorner | Overridden. Measures the given adorner. | |
OnDocumentChanged | Overridden. Called when the Document property has changed. | |
OnNotificationCheckIntervalChanged | Called when the NotificationCheckInterval property has changed. | |
OnPostPaint | Overridden. Performs the element post-children custom paint. | |
OnRegistered | Overridden. Called after the document node is registered in its owner document. | |
OnUnregistered | Overridden. Called after the document node is unregistered from its owner document. | |
SetViewportOrigin | Overridden. | |
SetZoomFactor | Overridden. Sets the viewport zoom factor. | |
ShowNotification | Shows a notification for the given appointments. |