diff --git a/src/Perspex.Controls/GridSplitter.cs b/src/Perspex.Controls/GridSplitter.cs index c84f9547be..14492c439e 100644 --- a/src/Perspex.Controls/GridSplitter.cs +++ b/src/Perspex.Controls/GridSplitter.cs @@ -16,6 +16,14 @@ namespace Perspex.Controls { private Grid grid; + /// + /// Initializes a new instance of the class. + /// + public GridSplitter() + { + this.Cursor = new Cursor(StandardCursorType.SizeWestEast); + } + protected override void OnDragDelta(VectorEventArgs e) { int col = this.GetValue(Grid.ColumnProperty);