PixiEditor/ColorPicker

Add ability to change popup in PortableColorPicker

CPKreu opened this issue · 2 comments

Basically so that you can do something like this

<PortableColorPicker>
    <PortableColorPicker.ColorPicker>
        <StackPanel>
            <StandardColorPicker />
            <Button>idk</Button>
        </StackPanel>
    </PortableColorPicker.ColorPicker>
</PortableColorPicker>

I'm not doing this in 3.0.0

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