[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;}
[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;}
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.