arklumpus / AvaloniaColorPicker

A color picker for Avalonia
GNU Lesser General Public License v3.0
81 stars 6 forks source link

Slightly Confused About Binding #7

Closed jamsoft closed 2 years ago

jamsoft commented 2 years ago

Why make PreviousColour bindable on ColorPicker, But Color isn't bindable?

Or am I missing something?

arklumpus commented 2 years ago

Hi! The issue was that the Color doesn't really exist as such but is instead created when you access the property. I have now shifted some things around, and it seems to be working OK as a StyledProperty (and hence bindable) in version 1.3.3.

jamsoft commented 2 years ago

Excellent!