GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / UpdateView Method
In This Topic
    UpdateView Method
    In This Topic
    Cause the whole view, including scroll bars, to be redrawn.
    Syntax
    public virtual void UpdateView()
    Remarks
    This calls Invalidate() after calling UpdateScrollBars. This does not call LayoutScrollBars to resize/reposition any bars or corner controls. Nor does this call UpdateExtent to possibly scroll or rescale the view.
    See Also