Index: Core/Components/src/Core.Components.OxyPlot.Forms/LinearPlotView.cs =================================================================== diff -u -r5546276dfbf78b807ade6ffcb6d1e4cbd48f0310 -r62bf8442369dd2e2d8d4470cc286cd2e22b06569 --- Core/Components/src/Core.Components.OxyPlot.Forms/LinearPlotView.cs (.../LinearPlotView.cs) (revision 5546276dfbf78b807ade6ffcb6d1e4cbd48f0310) +++ Core/Components/src/Core.Components.OxyPlot.Forms/LinearPlotView.cs (.../LinearPlotView.cs) (revision 62bf8442369dd2e2d8d4470cc286cd2e22b06569) @@ -177,7 +177,8 @@ Layer = AxisLayer.AboveSeries, MajorGridlineStyle = LineStyle.Solid, MinorGridlineStyle = LineStyle.Dot, - MinimumRange = 0.1 + MinimumRange = 0.1, + MaximumRange = 1.0e12 }; } Index: Core/Components/test/Core.Components.OxyPlot.Forms.Test/LinearPlotViewTest.cs =================================================================== diff -u -r343449d430f43342f74677ff37ade9332080f966 -r62bf8442369dd2e2d8d4470cc286cd2e22b06569 --- Core/Components/test/Core.Components.OxyPlot.Forms.Test/LinearPlotViewTest.cs (.../LinearPlotViewTest.cs) (revision 343449d430f43342f74677ff37ade9332080f966) +++ Core/Components/test/Core.Components.OxyPlot.Forms.Test/LinearPlotViewTest.cs (.../LinearPlotViewTest.cs) (revision 62bf8442369dd2e2d8d4470cc286cd2e22b06569) @@ -82,6 +82,11 @@ 0.1, 0.1 }, axes.Select(a => a.MinimumRange)); + CollectionAssert.AreEqual(new[] + { + 1.0e12, + 1.0e12 + }, axes.Select(a => a.MaximumRange)); } [Test] Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/LocationsView.Designer.cs =================================================================== diff -u -r605c8d2b21b073e783a46ca6d0cf2393def8620c -r62bf8442369dd2e2d8d4470cc286cd2e22b06569 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/LocationsView.Designer.cs (.../LocationsView.Designer.cs) (revision 605c8d2b21b073e783a46ca6d0cf2393def8620c) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/LocationsView.Designer.cs (.../LocationsView.Designer.cs) (revision 62bf8442369dd2e2d8d4470cc286cd2e22b06569) @@ -161,8 +161,6 @@ // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.AutoScroll = true; - this.AutoScrollMinSize = new System.Drawing.Size(526, 85); this.Controls.Add(this.splitContainer); this.Name = "LocationsView"; this.Size = new System.Drawing.Size(822, 543);