robloo

Results 191 comments of robloo

@jmacato I fully agree. But there was a lot of push-back by suggesting I add these properties with colors. My assumption was even these on Size/CornerRadius are considered unnecessary by...

I think this is going to be needed for the ColorPicker no matter what. The new ColorPicker implementation will be very minimal code-behind and will have no way to distinguish...

I've gone through this in some detail because I really think this part of the API needs to be cleaned up for 11.0 or it will never get fixed. I've...

>>Compatibility with legacy code must be considered as well. In this case, compatibility with WPF not previous Avalonia code. > >With 1.5M+ downloads, we should always be considering compatibility with...

@maxkatz6 Here is where enums were first mentioned https://github.com/AvaloniaUI/Avalonia/issues/7432#issuecomment-1066183609

I added an open discussions section to the issue with more ideas/topics collected from the various threads.

Just ran across this one. It makes it appear that CornerRadius doesn't work at all when authoring controls.

Again, ran across this for a new control. Children should always be clipped within their parents.

Ran across this in CalendarDatePicker again after the redesign where the calendar button is now inside the control itself.

This "works" now after the ControlTheme rewrite of Fluent. It works because the button animation wasn't added back to the SplitButton. So this proves the theory in #8550 is correct...