Click or drag to resize

WorksheetControllerTriggerRedrawing Method

Forces the view to redraw its table area, updating the display to reflect any recent changes.

Namespace: Altaxo.Gui.Worksheet.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void TriggerRedrawing()
Remarks
Call 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