GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / ShowsNegativeCoordinates Property
In This Topic
    ShowsNegativeCoordinates Property (GoView)
    In This Topic
    Controls whether any parts of the document at negative coordinates can be seen or scrolled to by the user, when the SheetStyle is None.
    Syntax
    [Category("Appearance")]
    [DefaultValue(true)]
    [Description("Whether any parts of the document at negative coordinates can be seen or scrolled to.")]
    public virtual bool ShowsNegativeCoordinates {get; set;}

    Property Value

    If this value is true, the user will be able to scroll to negative coordinate positions in the document. If this value is false, the user cannot see objects located at negative coordinates. The default value is true.
    Remarks

    When this value is false, it limits the values of the DocumentSize and DocumentTopLeft properties. However, when the SheetStyle is not GoViewSheetStyle.None, and there is a Sheet, the view ignores this property.

    For GoPalette the default value is false.

    See Also