PixiEditor / ColorPicker

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

Can't restyle parts of controls properly because they use internal components that I can't access #46

Open Pyritie opened 8 months ago

Pyritie commented 8 months ago

I would like to restyle some of the controls to fit the rest of my application, but I can't because tons of the library is marked as internal, or parts of it are hardcoded in a way that I can't restyle (such as HexColorTextBox's 70 width).

Examples:

Would it be possible to make more of these internals public?

flabbet commented 2 months ago

Sorry for late response, these are valid points, I'll take them into consideration when making a new version