ColorPicker icon indicating copy to clipboard operation
ColorPicker copied to clipboard

Add ability to change popup in PortableColorPicker

Open CPKreu opened this issue 3 years ago • 2 comments

Basically so that you can do something like this

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

CPKreu avatar Apr 01 '21 16:04 CPKreu

I'm not doing this in 3.0.0

Equbuxu avatar Apr 05 '21 18:04 Equbuxu

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

flabbet avatar Dec 20 '23 22:12 flabbet