PixiEditor / ColorPicker

Customizable Color Picker control for WPF and AvaloniaUI
https://pixieditor.net/colorpicker
MIT License
262 stars 27 forks source link

Add ability to change popup in PortableColorPicker #12

Open CPKreu opened 3 years ago

CPKreu commented 3 years ago

Basically so that you can do something like this

<PortableColorPicker>
    <PortableColorPicker.ColorPicker>
        <StackPanel>
            <StandardColorPicker />
            <Button>idk</Button>
        </StackPanel>
    </PortableColorPicker.ColorPicker>
</PortableColorPicker>
Equbuxu commented 3 years ago

I'm not doing this in 3.0.0

flabbet commented 10 months ago

It is possible in AvaloniaUI version if you create your own control template