Worksheet |
The WorksheetController type exposes the following members.
Name | Description | |
---|---|---|
AdjustXScrollBarMaximum | ||
AdjustXScrollBarViewPortSize | Adjusts the X scroll bar view port size (=size of the thumb). Should be called after the XScrollbarMaximum is adusted or when the width of the columns changed considerably. Here, we want to avoid that the thumb size changed when we scroll through the worksheet. Thus, we calculate a average value for the thumb size that is relation of the table area width and the total width of all data columns. | |
AdjustYScrollBarMaximum | ||
Apply | ||
BuildNavPoint | (Inherited from AbstractViewContent) | |
CanClose | (Inherited from AbstractViewContent) | |
ClearAllSelections | Clears all selections of columns, rows or property columns. | |
ClearIsDirty | (Inherited from AbstractViewContent) | |
Copy | ||
CreateResizingPositions | ||
Cut | ||
Delete | ||
Dispose | (Overrides AbstractViewContentDispose) | |
EhPropertyDataChanged | ||
EhTable_Changed | ||
EhTableDataChanged | ||
EhTitleLocalizationChanged | (Inherited from AbstractViewContent) | |
EhView_HorzScrollBarScroll | ||
EhView_KeyDown | ||
EhView_TableAreaMouseClick | ||
EhView_TableAreaMouseDoubleClick | ||
EhView_TableAreaMouseDown | ||
EhView_TableAreaMouseMove | ||
EhView_TableAreaMouseUp | ||
EhView_TableAreaMouseWheel | Handles the mouse wheel event. | |
EhView_TableAreaSizeChanged | ||
EhView_VertScrollBarScroll | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetDataColumnStyle | Retrieves the column style for the data column with index i. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetPropertyColumnStyle | Retrieves the column style for the property column with index i. | |
GetService(Type) | (Inherited from AbstractViewContent) | |
GetServiceT | (Inherited from AbstractViewContent) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
InitializeDocument | ||
InternalInitializeWorksheetLayout | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
NavigateCellEdit | NavigateCellEdit moves the cell edit control to the next cell | |
NavigatePropertyCellEdit | NavigatePropertyCellEdit moves the cell edit control to the next cell | |
NavigateTableCellEdit | NavigateTableCellEdit moves the cell edit control to the next cell | |
NotifyContentIdChanged |
Can be used to notify the view content that the ContentId maybe has changed.
(Inherited from AbstractViewContent) | |
OnClose | (Inherited from AbstractViewContent) | |
OnIsDirtyChanged | (Inherited from AbstractViewContent) | |
OnLeftClickDataCell | ||
OnLeftClickDataColumnHeader | ||
OnLeftClickDataRowHeader | ||
OnLeftClickOutsideAll | ||
OnLeftClickPropertyCell | ||
OnLeftClickPropertyColumnHeader | ||
OnLeftClickTableHeader | ||
OnPropertyChanged | (Inherited from AbstractViewContent) | |
OnRightClickDataCell | ||
OnRightClickDataColumnHeader | ||
OnRightClickDataRowHeader | ||
OnRightClickOutsideAll | ||
OnRightClickPropertyCell | ||
OnRightClickPropertyColumnHeader | ||
OnRightClickTableHeader | ||
Paste | ||
Revert | Try to revert changes to the model, i.e. restores the original state of the model. | |
SelectAll | ||
SetCachedNumberOfDataColumns | ||
SetCachedNumberOfDataRows | ||
SetCachedNumberOfPropertyColumns | ||
SetDirty | (Inherited from AbstractViewContent) | |
SetDisposeInProgress |
Announces that this view content is about to be disposed very soon. The view content should remain passiv (e.g. should not react to events any more),
but should not release its resources yet (this is done later in Dispose).
(Inherited from AbstractViewContent) | |
SetLocalizedInfoTip |
Sets a localized info tip that will update automatically when the language changes.
(Inherited from AbstractViewContent) | |
SetLocalizedTitle |
Sets a localized title that will update automatically when the language changes.
(Inherited from AbstractViewContent) | |
SetMemberVariablesToDefault | Set the member variables to default values. Intended only for use in constructors and deserialization code. | |
SetScrollPositionTo | SetScrollPositions only sets the scroll positions, and not Invalidates the Area! | |
TableAreaInvalidate | ||
ToString | Returns a string that represents the current object. (Inherited from Object) |