GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / OnCreateControl Method
In This Topic
    OnCreateControl Method
    In This Topic
    This lays out the scroll bars, too, if needed.
    Syntax
    [EditorBrowsable(EditorBrowsableState.Advanced)]
    protected override void OnCreateControl()
    Remarks

    This calls both LayoutScrollBars and UpdateExtent.

    See Also