@ -295,7 +295,7 @@ namespace Perspex
{
this.PropertyChanged -= handler;
};
});
}).StartWith(this.GetValue(property));
}
/// <summary>
@ -28,8 +28,6 @@ namespace Perspex.Controls.Primitives
public ScrollBar()
this.Classes.Add(":vertical");
this.GetObservable(OrientationProperty).Subscribe(o =>
if (o == Orientation.Horizontal)