WorksheetControllerTriggerRedrawing Method |
Forces the view to redraw its table area, updating the display to reflect any recent changes.
Namespace: Altaxo.Gui.Worksheet.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void TriggerRedrawing()
RemarksCall this method when changes to the underlying data or view state require the table area to
be refreshed. This method has no effect if the view is not initialized.
See Also